go to post Evgeny Shvarov · Apr 2, 2019 Anyway, was a good "1st april joke" approach ;) I like! Thanks, @Timur.Safin !
go to post Evgeny Shvarov · Apr 1, 2019 BTW, where do you maintain local variables for each closure?They have a separate memory page somehow, right? E.g. here we have separate pages for cnt1 and cnt2
go to post Evgeny Shvarov · Apr 1, 2019 Bravo, @Timur.Safin !And what about the performance? ;) Are closures just a "MIT student must" syntax sugar, or it gives you some boost in execution too? ;)
go to post Evgeny Shvarov · Mar 28, 2019 +1 to Alexander. And I propose the new Warning rule for this:Check for if SQLCODE after every &SQL() before the next &SQL() or before the end of the method.
go to post Evgeny Shvarov · Mar 27, 2019 Hi Oliver!Could you please mark your answer as accepted? Thanks!
go to post Evgeny Shvarov · Mar 22, 2019 Thanks for sharing it, Lily! And now it's available on Open Exchange too.
go to post Evgeny Shvarov · Mar 20, 2019 Jeff, thank you for the great news!When could we expect IRIS 2019 Release Community Edition available on cloud marketplaces?
go to post Evgeny Shvarov · Mar 20, 2019 Goran, please mark your answer as accepted - to let the question to be visible as closed and not appear in the "No accepted answer" filter. Thank you!
go to post Evgeny Shvarov · Mar 19, 2019 Thank you, Luca! Besides agility, I like the saving of the developer's time on environment setup. Docker IMHO is the fastest way for a developer to start compiling the code. And what's even better - it's a standard way from project-to-project: docker-compose build #(when needed) docker-compose up -d #(always)
go to post Evgeny Shvarov · Mar 19, 2019 If we talking about some InterSystems Community-wide coding guidelines my vote is for the second variant cause it's more readable.
go to post Evgeny Shvarov · Mar 19, 2019 Aha. You use Cache Studio Evaluation for development. Still have a question: why your employer doesn't give you the full version on Ubuntu which could be downloaded from WRC? On the other hand, you don't need a cloud to develop on IRIS Community Edition. Check @Dmitry Maslennikov recent article. He develops locally on IRIS CE in docker using VSCode.
go to post Evgeny Shvarov · Mar 19, 2019 Hi Cole!I don't have the answer on your question but why would you need Caché Free Evaluation on Ubuntu when you have the IRIS Community Edtion available on any of AWS, Google or Azure as a container?I mean if you wanna try Caché today I'd recommend trying IRIS on public clouds or on InterSystems Labs and Quick Starts.
go to post Evgeny Shvarov · Mar 15, 2019 Hi Neerav!Perhaps we just need to add the LinkedIn field in a member's profile?Would it help? What do you think?
go to post Evgeny Shvarov · Mar 15, 2019 You can contact me directly (my email is in my profile)) if you want to take this offline.Hi, Rich! Email is private information - nobody sees your email, except you. But I connect you both if you want.There is a request for PM in DC, vote for it if needed.Or maybe we need to introduce Slack for DC.
go to post Evgeny Shvarov · Mar 14, 2019 So it could be named "Side effects of Quit and Return command with $Increment", right?As to RETURN, it seems that InterSystems promotes this command nowadays as a more visually clear remedy to exit methods.We want to promote things which help.It seems to me that having "return" in ObjectScript we can change the meaning and usage of "quit" as for cycles interruption only?Not touching "dot syntax" and argumentless "quit" in for what are the cases of using "quit" we have?