You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very first discussion we should tackle is where we’ll build the language, ’cause it drives the whole implementation of a language!
From our previous discussions, we just discarded Pira to be an interpreted language, now we have two options:
Pira runs upon a VM
Pira generates a compiled binary
I’d like to start the discussion by supporting the Binary option. My initial idea of Pira is to learn how to do things in a language, get more knowledge about things under the hood and VM gives us a bunch of things done and we might want to discuss and implement them in our way.
The text was updated successfully, but these errors were encountered:
The very first discussion we should tackle is where we’ll build the language, ’cause it drives the whole implementation of a language!
From our previous discussions, we just discarded Pira to be an interpreted language, now we have two options:
I’d like to start the discussion by supporting the Binary option. My initial idea of
Pira
is to learn how to do things in a language, get more knowledge about things under the hood and VM gives us a bunch of things done and we might want to discuss and implement them in our way.The text was updated successfully, but these errors were encountered: