Live data from Hacker News

The Phix Programming Language

phix.x10.mx

1–10 of 46 posts

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.

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

#7
post #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.

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

Re: The Phix Programming Language

#9
post #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.

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.

And if you know Go it's [0] even easier. It all depends on just how general purpose you need it to be.

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.

[0] https://github.com/codr7/gfoo

Re: The Phix Programming Language

#10
post #7
post #5

Earlier 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

Did you ever write an arithmetic evaluator? A calculator essentially? Or any other kind of evaluator? A text template engine perhaps?

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.

Post reply on HN