Viewing profile — dahakon
dahakon
HN member- Joined
- Fri, Mar 17, 2017, 9:50 PM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About dahakon
No profile information was provided.
Recent public activity
-
comment
Comment #16318474
Some companies use their own higher-level layer on top of M. For example, FIS (banking software) uses Profile Scripting language which compiles to M which compiles to native machin…
-
comment
Comment #16318429
InterSystems Caché (one of the most popular Mumps versions today because InterSystems bought out a lot of the market) uses a bytecode interpreter. Your source goes in a ^ROUTINE gl…
-
comment
Comment #13898444
Many of the M implementations today (Cache, MiniM, GT.M) support =. That's a recent development in the case of GT.M (mid 2014).
-
comment
Comment #13898415
It has been done. FIS writes in a higher level language called Profile, which is compiled into M code that can be run by GT.M. https://en.wikipedia.org/wiki/Profile_Scripting_Langu…
-
comment
Comment #13898393
If you put the money you save on Cache licenses toward better hardware, GT.M will be faster. Cache would still be necessary only for the most demanding cases.
-
comment
Comment #13898379
The size limits were for object code, not source code. Comments and short command names have no impact on object code size. Ages ago, there was a 32KB object size limit. Now you ca…
-
comment
Comment #13898333
Times are changing. Some functional areas use Hadoop and SQL now. New server development can be done in VisualStudio using Typescript (which gets converted to M). There are automat…