Show HN: I'm Working on a New Langauge

(freelang.dev)

1 points | by keepamovin 5 hours ago ago

1 comments

  • keepamovin 5 hours ago

    I wanted this to be "compiled to machine code Node JS" but after I got started I realized I could create any syntax and concurrency model I wanted.

    The FSABI model I settled on (where parallel job inputs and outputs are files) ended up being easily applicable across linux/macos `fork()` and win32 `CreateProcess` while maintaining auditability.