|
|
|
|
|
by wryl
780 days ago
|
|
Not particularly, no. Nothing specific. The semantics of the language lend themselves well to an implementation in hardware. I had a sketch in VHDL in the time I spent developing this. This means that the above sample is effectively your "assembly language". There was no gap between your programs and the hardware they ran on. Modal can be used to write small utilities, games, programming language implementations, type systems.. the list goes on. It's a fully general meta-language that can be used for general purpose programming. |
|