7 ms·
I'm the author. You are right. I think the above are all "mainstream" enough for me. At the least, I've installed and played with them all at one time.
by btbytes 7y ago
I'm the author. You are right. I think the above are all "mainstream" enough for me.
At the least, I've installed and played with them all at one time.
- soapdog 7y agoHey, I like your list. Now, tell us, from that list, is there a favourite language? Some you'd pick up to write simple tools for your own personal usage...
- btbytes 7y agonim/zig/red. * I already use nim and I'm very productive in it. * Would like to use Zig for "system programming" when and if something like Nim (and D) are inadequate. * Red because its a REBOL and it can be a mind blowing experience to read some clever REBOL/Red code.
- nils-m-holm 7y agoToo mainstream? Then have a look at T3X (http://t3x.org/t3x http://t3x.org/t3x) or mLite (http://t3x.org/mlite http://t3x.org/mlite) or Klong (http://t3x.org/klong http://t3x.org/klong). :)
- 6thaccount2 7y agoI've been meaning to check out Klong for ages and the accompanying book. Thanks for doing this work Niles!
- yoran 7y agoYou know you're on Hacker News when a language like Prolog is considered to be too mainstream :-). Great list, thanks!
- neilv 7y agoWould you say that people interested in languages should first look at certain "mainstream" languages Scheme/Racket, Common Lisp, Haskell, OCaml, Smalltalk, and Prolog, before looking at less-mainstream ones?
- 6thaccount2 7y agoLol nope, not gatekeeping programming languages :) The above are all pretty cool though and each (as Larry Wall would put it) are the perfect examples of modernism. Each one takes a single idea to a fault. Lisp => lists, Haskell => functions, Scheme => lists and recursion, Prolog => logic, Smalltalk => objects, Forth => concatenative and extreme minimalism, and APL => arrays. Most post-modern languages combine many of the above in more practical and less elegant ways. Python is OO at heart, but can be written in a functional style, and can do array programming with Numpy. So there is value (I think) to looking back at those languages from an educational point of view even if you're not using them in your personal projects or production. The more novel ones that the author posted are probably also educational in their own way, but probably don't ram just one idea home. I think we're mostly past that now as Wall has stated. Perl6 might not run very fast or be very mature or popular, but it is a very interesting language that does a good job showing the post modern system. It pulls what the language designers felt were the best features from all the past languages (Perl5, Python, APL, Haskell, Smalltalk, Awk, Java, C#...etc).
- neilv 7y agoThat list of "modernism" languages has some bits of truth to it, but I think it's misleading to people who aren't already familiar with those languages, and "to a fault" sounds dismissive, and maybe discourages people from learning for themselves. Perl is an interesting language (and I defended Perl's merits in a language forum within the last year [1]). But people who've mostly done Perl for a long time might want to question cute sayings about other languages, and discover that, today, for example, the evolution of Scheme (especially Racket) has different ways of doing those best features from other languages that you list for Perl6. [1] https://www.mail-archive.com/racket-users@googlegroups.com/msg39153.html https://www.mail-archive.com/racket-users@googlegroups.com/m...
- 6thaccount2 7y agoI do think "to a fault" is subjective, but things like Prolog make a great example. Prolog is really cool and useful, but it makes anything except for the queries a real nightmare and will therefore never takeoff as a general purpose language. That's all I'm trying to say. Languages like Perl allow you to do logic programming with logic programming libraries, but also make text processing a breeze. Take it with a grain of salt of course. Smalltalk is amazing, but the way you store code in an image isn't for s everyone. I don't understand your last paragraph...can you please elaborate? What cute sayings are you referring to?
- natrys 7y agoPicolisp being considered mainstream in any capacity is a pleasant surprise. Might I suggest two more Lisps that I use: Carp and TXR? I also like Picat as an evolution of Prolog.
- 6thaccount2 7y agoI guess we need to distinguish between mainstream and HN mainstream haha. I like PicoLisp and wish it was more popular. There are some decent resources on it and the mailing list is pretty active. I kinda disagree with the primary author's "need for speed" article on why performance doesn't matter anymore. I think there is definitely the majority of common uses in the business where he is right, but we're getting to a point (think data science) where faster is better and necessary. Using C++ is still too painful for most (pointers anyone), so I'm betting languages like Nim, Rust, and D will continue to grow in popularity to some degree.
- FreeFull 7y agoI would have included Picat and Kitten. Picat is a descendant of Prolog that has some rather nice differences in semantics. Kitten is a statically-typed concatenative language.
- 6thaccount2 7y agoI've talked with the author of kitten before and he's responded before when it was put on HN. I haven't looked at it in awhile, but I do like the concept. I've read a little on Picat.
- 6thaccount2 7y agoAh that makes sense then, and I have no issue with the list. I learned of a few new ones to try too!
- ralphc 7y agoIs mainstream just measured by popularity? Ballerina has a pretty mainstream syntax, but I guess it's not well known enough.