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
- Host: GitHub
- URL: https://github.com/davealdon/handy-objectscript-functions
- Owner: DaveAldon
- Created: 2018-03-22T13:32:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T19:24:12.000Z (over 6 years ago)
- Last Synced: 2025-10-31T05:55:01.318Z (4 months ago)
- Topics: cache, cache-objectscript, cache-objectscript-csp, csp, intersystems, objectscript
- Language: ObjectScript
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.