fixed dev and more pragmatic bloc

This commit is contained in:
Yann Esposito (Yogsototh) 2021-11-16 00:28:23 +01:00
parent 7c592372cf
commit 1b34ee0f1f
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
2 changed files with 6 additions and 3 deletions

View File

@ -23,4 +23,4 @@ pipeblue() {while read line; do blue $line; done}
tee >(lorri watch | sed 's/^/[lorri] /' | pipegreen ) \
>(./engine/serve.sh | sed 's/^/[http] /' | pipeyellow) \
>(./engine/auto-build.sh | sed 's/^/[make] /' | pipeblue) \
>(sleep 1 && open 'http://127.0.0.1:3000')
>(sleep 1 && open 'http://127.0.0.1:3077')

View File

@ -14,10 +14,13 @@ Retro compatibility, languages, etc…
I would like to provide a better definition for "Eternal Language".
#+begin_definition
An /eternal programming language/ is a language for which code written today will still
compile and work any time in the future but also in the past.
*Definition:* An /eternal programming language/ is a language for which code
written today will still compile and work any time in the future but also
in the past.
#+end_definition
So any new feature introduced in the language should not break anything.
By this definition it provide a great deal of constraint on the language
but provide a tremendous amount of advantages.