Show HN: Writing an HTTP server in Prolog
jamesbvaughan.com
Show HN: Writing an HTTP server in Prolog
1–10 of 74 posts
Re: Show HN: Writing an HTTP server in Prolog
#2I also did a stint messing around with Prolog and it was pretty awesome discovering an entirely new programming paradigm. I ended up doing the Priceonomics puzzle (https://priceonomics.com/jobs/puzzle/) in Prolog and wrote up about it here - http://dangoldin.com/2013/06/07/fun-with-prolog-priceonomics...
Re: Show HN: Writing an HTTP server in Prolog
#3Re: Show HN: Writing an HTTP server in Prolog
#4Re: Show HN: Writing an HTTP server in Prolog
#5Re: Show HN: Writing an HTTP server in Prolog
#6I always think Datalog should have taken a big chunk of SQL's market. And I wish something like Mozart/Oz was more mainstream so that we could implement subsystems using logic programming wherever needed.
Re: Show HN: Writing an HTTP server in Prolog
#7Re: Show HN: Writing an HTTP server in Prolog
#8It really drives home how different paradigms are suited to different problems. Prolog is suited toward problems like Einsteins riddle
Re: Show HN: Writing an HTTP server in Prolog
#9No! What are you doing?! Let that language die in peace!
I think it looks like very nice language for untyped, high-level programming.
Re: Show HN: Writing an HTTP server in Prolog
#10Prolog is extremely different than other programming languages and as a result, learning it and writing a few small programs is very mind expanding. It really drives home how different paradigms are suited to different problems. Prolog is suited toward problems like Einsteins riddle https://udel.edu/~os/riddle.html