Late to the party, but it's fun, I think.

thoughts

qst - run things quickly (and easily)

intended to be run in unfamilar environments, might detect the project type and everything later, for now you pass it a file and it will decide what to do with it.

lp - git.papill0n.org

Нет описания

Lucas Stadler de2c1382ad quineo and twineo. лет назад: 11
..
clojure.scm 2965944979 something similar to clojure's assoc/dissoc/get-in in scheme. лет назад: 12
evalo.scm de2c1382ad quineo and twineo. лет назад: 11
logic.scm 9a047f8427 here's an append-o for you. лет назад: 11
mukanren.scm 3bc4b5be8d macros for convenience and reification. лет назад: 12
lp - git.papill0n.org

Нет описания

Lucas Stadler c70652c800 Add .vimrc to make syntastic work лет назад: 9
c c70652c800 Add .vimrc to make syntastic work лет назад: 9
clj bb3b6a0cc1 link "how i start: clojure" лет назад: 11
css ee429959de a responsive grid using flexbox. лет назад: 12
elm adb9c11e0a empty the post when adding a new post лет назад: 11
gf 1a58feb4fe excuse me but aren't your commit messages getting weird? лет назад: 12
glsl 6a1d74b480 support moving left and right with the keyboard лет назад: 10
go 9675e544dd Support caching results лет назад: 9
hs fa98492613 an evaluator for the language from chapter 3 of tapl лет назад: 11
java 6116f97e2b Extract adding/removing old/new values into methods. лет назад: 13
jl 0fb5a891db explain a bit what the github fetching thing does. лет назад: 12
js 7d4bd2f1d6 Use encrypted websocket if connected via https лет назад: 9
os 1c82e26354 add a screenshot. лет назад: 11
pgu a2198e05d4 document what maximum.s does. лет назад: 12
rust d84545543b Note that it needs to be built with nightly лет назад: 10
scm de2c1382ad quineo and twineo. лет назад: 11
.gitmodules 89f17fe9bd create clojure project with datomic samples as checkout deps. лет назад: 12
README.md b063df331c Add languages I've seen and those I've written code in. лет назад: 13

README.md

language playground

Hi there! Welcome to my little language playground. I use this repository to help myself learning several programming languages, try out ideas while also sharing the code with others.

So far I have written too much code that has never seen the light of day, because it's in my other playground repository, which contains all kinds of secrets and is thus not public. But I think it might be valuable to share the experience of learning and playing with programming languages. So here I am, enjoy yourself!

Languages

  • current:
  • seen: Bash, C, C++, Ruby, Python, Java, Erlang, J, Haskell, Clojure, Scala, Perl, Forth, ASM, Scheme
  • written: Bash, C, Ruby, Python, Scheme, Haskell, Java, Erlang, Clojure
lp - git.papill0n.org

Ei kuvausta

Makefile 360B

    diff_code: diff_code.c gcc -std=c99 -o diff_code diff_code.c keylog: keylog.rs libkeylog_xlib.so rustc -L rust-xlib -L . keylog.rs libkeylog_xlib.so: keylog_xlib.c clang -fPIC -c keylog_xlib.c clang -shared -Wl,-soname,libkeylog_xlib.so -o libkeylog_xlib.so keylog_xlib.o clean-keylog: rm -f keylog libkeylog_xlib.so keylog_xlib.o clean: clean-keylog