An open API service indexing awesome lists of open source software.

https://github.com/davealdon/handy-objectscript-functions

Methods that bridge the usage gap between Objectscript and common programming languages
https://github.com/davealdon/handy-objectscript-functions

cache cache-objectscript cache-objectscript-csp csp intersystems objectscript

Last synced: 20 days ago
JSON representation

Methods that bridge the usage gap between Objectscript and common programming languages

Awesome Lists containing this project

README

          

# The Missing Objectscript Functions
Objectscript is a peculiar language. If you've come from more common languages like C#, Python, Javascript, etc. then it will look foreign and lacking of the same goodies that you're used to. This repo is meant to add common functions that make our lives easy, like the foreach we've all grown to love, so that you don't have to re-invent the wheel. These functions aren't without limitation, but hopefully they help in some way.