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
Actualmente el REPL es basicamente un loop infinito donde se ejecuta el parser y el evaluador.
Si bien esto nos permite evaluar codigo, podriamos mejorar la UX del interprete usando alguna lib que soporte movimiento con el cursor, newlines, etc.
The text was updated successfully, but these errors were encountered:
juanbono
changed the title
Usar una libreria para hacer REPL/CLIs
Usar una libreria para hacer REPL/CLIs (version escritorio)
Sep 22, 2020
Actualmente el REPL es basicamente un loop infinito donde se ejecuta el parser y el evaluador.
Si bien esto nos permite evaluar codigo, podriamos mejorar la UX del interprete usando alguna lib que soporte movimiento con el cursor, newlines, etc.
The text was updated successfully, but these errors were encountered: