Article Maks Atygaev · Sep 6, 2017 5m read DeclarativeCOS — Declarative Programming in Caché The DeclarativeCOS project is a heartfelt cry about programming in the COS language. The purpose of the project is to draw attention of the public to improving the inner core of COS. The idea of the project is the support of a laconic syntax for cycles and collections. So what is this laconic something that I have come up with? Welcome to the examples below! Examples The key concept underlying the project is the declarative approach to writing code. You need to specify WHAT should be used and HOW. #ObjectScript #Caché Open Exchange app 7 31 0 1.8K
Article Maks Atygaev · Jul 18, 2017 7m read MonCaché - Caché as MongoDB MonCaché — MongoDB API implementation based on InterSystems Caché #API #Data Model #Databases #Document Data Model (NoSQL) #JSON #Node.js #Object Data Model #Caché 9 14 0 1.8K
Article Maks Atygaev · Dec 11, 2016 4m read Declarative development in Caché Caché offers a number of methods for going through a collection and doing something with its elements. The easiest method uses a while-loop and lets you fulfill the task in an imperative manner. The developer needs to take care of the iterator, jumping to the next element and checking if the loop is within the collection. #Object Data Model #ObjectScript #Tips & Tricks #Caché 14 18 1 1.8K