DEV Community

Discussion on: I need your feedback about a new programming language idea to improve its design.

Collapse
 
mak12776 profile image
Mohammad Amin Khakzadan

there is a way to import algorithms: we have jumping branches.
let's explain by example:

// check whether a number is even or not

print = [# io].print

(int % 2 == 0): 
(
    print "even"
    -> end
)
print "old"
end:

the interpreter can be written in python or C, but the virtual machine that wants execute byte code must be written in c for speed efficiency.
and yes, this a scripting programming language like python, javascript, TypeScript, ruby.