Answer the question
In order to leave comments, you need to log in
Can you suggest an idea for an esoteric JAP?
Hello. Recently I decided to try my hand at writing a parser and I want to try any ideas for creating an eso programming language.
Answer the question
In order to leave comments, you need to log in
I can. Everything is a function that takes as input the execution context (1) + the text in front of itself as an argument and returns a dynamically typed value.
print sqr 2
here print will take "sqr 2" as input
Since sqr is also a function, print will pass the baton to it: "2"
sqr will return 4, which will print
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question