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
You have implemented a beautiful programming language, the only thing it lacks is REPL. I would request you to kindly consider to implement REPL before any feature else.
You have implemented a beautiful programming language, the only thing it lacks is REPL. I would request you to kindly consider to implement REPL before any feature else.
for example: see REPL in vlanguage ( https://vlang.io/ )
|>>> import net.http
|>>> data := http.get('https://vlang.io/utc_now')?
|>>> data.text
1565977541
Thanks in advance
The text was updated successfully, but these errors were encountered: