The Phix Programming Language
phix.x10.mx
The Phix Programming Language
1–10 of 46 posts
Re: The Phix Programming Language
#2http://phix.x10.mx/docs/html/phixvscl.htm
The only strange thing is release date and references to 64 bit arch..
Re: The Phix Programming Language
#3Okay.
In other words, it seems it's easier to make your own programming language than learn the ones that already exist.
Re: The Phix Programming Language
#4> my language is simple, unlike those other 1001 "simple" languages that aren't really Okay. In other words, it seems it's easier to make your own programming language than learn the ones that already exist.
Re: The Phix Programming Language
#5> my language is simple, unlike those other 1001 "simple" languages that aren't really Okay. In other words, it seems it's easier to make your own programming language than learn the ones that already exist.
Re: The Phix Programming Language
#6Re: The Phix Programming Language
#7> my language is simple, unlike those other 1001 "simple" languages that aren't really Okay. In other words, it seems it's easier to make your own programming language than learn the ones that already exist.
I can see why people think this way. If you know C, it sounds easier to build a new scripting language (it’s just another C program!) than to learn all the quirks of Python or Ruby.
Re: The Phix Programming Language
#8Re: The Phix Programming Language
#9> my language is simple, unlike those other 1001 "simple" languages that aren't really Okay. In other words, it seems it's easier to make your own programming language than learn the ones that already exist.
I can see why people think this way. If you know C, it sounds easier to build a new scripting language (it’s just another C program!) than to learn all the quirks of Python or Ruby.
If you ask me; people should build more simple languages, and learning how be considered an essential part of becoming a programmer. It's not rocket surgery.
Re: The Phix Programming Language
#10Earlier quoted context omitted.
I can see why people think this way. If you know C, it sounds easier to build a new scripting language (it’s just another C program!) than to learn all the quirks of Python or Ruby.
I know C and implementing a new scripting language for sure doesn't sound easier than using an existing one
They all have plenty in common and exist along a continuum of complexity that includes scripting languages and goes all the way to general purpose.