I'm trying to make a programming language (Link not related)
·
0 reactions
·
0 comments
·
2 views
Hi, i'm trying to write a programming language. This is what i want the syntax to look like. module IO module Loop module Math Func main() Type: Neuter[ Loop(10, IO.Type("Hello World!") ) ] Run Main() Func square()[ //without a tag it will be one parameter automatically var x=IO.input Math.Multiply(x, x) ] Run Square() kill() Crosspost to more communities
Original article
Reddit
Anonymous · no account needed