#HMAC for #FunctionalScript and #JavaScript: jsr.io/@functionals...
Over the last few days, I have worked on eDSL to define grammar in #FunctionalScript using #BNF. It's done. Also, I added a function that can create a LL(1) parser from the eDSL. It should be easy to add others, like LR(k). jsr.io/@functionals...
I use less #Rust for high-level logic and more #FunctionalScript / #JavaScript / #TypeScript. However, I still need a language for low-level system programming for things like #VM and memory managers. I hate macros and wish to use the same language for compile and run time. Should I consider #Zig?
From today, FunctionalScript source code are ES modules. Published on NPM and JSR. github.com/functionalsc... #functionalscript #npm #jsr #javascript #ecmascript #esm #module
FunctionalScript team plans to re-design their NaNVM: medium.com/@sergeyshand... #functionalscript #vm #javascript #rust
I'm changing FunctionalScript's license from MIT to AGPL. The last version of FunctionalScript, with the MIT license, was 0.0.559. github.com/functionalsc... #functionalscript #license