Live data from Hacker News

Ask HN: What Happened to Lambda-the-Ultimate.org?

news.ycombinator.com

1–10 of 47 posts

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#2
Well, the Google Cache[1] shows it as last snap-shotted at Apr 2, 2022 05:48:34 GMT, and the captured page doesn't have any announcement about the site shutting down or anything. If I had to guess, I'd say it went down because of a server crash or some network issue. The open question, if I'm correct, is "will it be back up, and if so, when?" Not sure about that. I hope it is coming back though, as it's a site I also enjoyed perusing from time to time.

[1]: http://webcache.googleusercontent.com/search?q=cache:XjPUGeG...

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#3
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/ltu/www/includes/database.mysql.inc on line 31 Lost connection to MySQL server at 'reading initial communication packet', system error: 111

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#6

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/ltu/www/includes/database.mysql.inc on line 31 Lost connection to MySQL server at 'reading initial communication packet', system error: 111

This is the actual response after waiting for a while, not sure why the downvotes.

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#7
I used to love reading this site, but haven't in a long time.

The only other place I know that discusses PL stuff is https://www.reddit.com/r/ProgrammingLanguages/. The discussion there's not always high quality, but sometimes there are interesting topics.

Does anyone know of any other good places where PL theory and topics are are discussed?

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#9

I used to love reading this site, but haven't in a long time. The only other place I know that discusses PL stuff is https://www.reddit.com/r/ProgrammingLanguages/ . The discussion there's not always high quality, but sometimes there are interesting topics. Does anyone know of any other good places where PL theory and topics are are discussed?

/r/compilers too, maybe.

Re: Ask HN: What Happened to Lambda-the-Ultimate.org?

#10
A lot of different stuff:

The language wars largely ended, with the more popular languages folding in a lot of the more (at the time) esoteric features.

DSLs have fallen out of favor.

Javascript took over for a bit (although I believe that is receding.)

LtU was a great place for about a decade when the internet was getting going, moving language discussions out of the mailing lists, which were pretty isolated, and into a general forum. It was a great place for a while, and I anticipate it might be a great one again if DSLs resurge in popularity.

Speaking of which, here is mine :)

https://hyperscript.org

Post reply on HN