Showing posts with label computer science. Show all posts
Showing posts with label computer science. Show all posts

Thursday, October 17, 2013

started the article on LIBPATH at the English wikipedia

https://en.wikipedia.org/wiki/LIBPATH

I have no idea for how long it will survive the storms on en.wikipedia.org. I still just felt like I really should start it.

On AIX (apparently with some OS/2 ancestry) it means basically the same as LD_LIBRARY_PATH elsewhere.

Wednesday, March 20, 2013

http-console — a REPL loop for HTTP

cloudhead/http-console · GitHub

REPL = "read–eval–print loop":
A read–eval–print loop (REPL) is a simple, interactive computer programming environment. The term is most usually used to refer to a Lisp interactive environment, but can be applied to command line shells and similar environments for programming languages such as …