F
F
ferrson2020-09-11 08:56:58
Programming languages
ferrson, 2020-09-11 08:56:58

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

1 answer(s)
D
Daniil Demidko, 2020-09-11
@Chronicler

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 question

Ask a Question

731 491 924 answers to any question