CARVIEW |
jdp
(Justin Poliey)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Justin Poliey
- Website/Blog
- https://justinpoliey.com
- Location
- Newark
- Member Since
- Feb 21, 2008 (about 1 year)
Following 9 githubbers and watching 47 repositories view all →
Public Repositories (25)
-
concom
explore concatenative combinators
Last updated Mon Jan 04 12:05:32 -0800 2010
-
repl
sometimes you need a repl
Forked from defunkt/repl Sat Jan 02 17:16:52 -0800 2010
Last updated Sat Jan 02 19:04:36 -0800 2010
-
tessera
A fold-out PHP framework inspired by Juno, Sinatra, web.py, etc...
Last updated Sat Jan 02 14:54:00 -0800 2010
-
compoze
compoze aims to be a small, embeddable concatenative language
Last updated Wed Dec 30 13:29:39 -0800 2009
-
twist
read new tweets on the command line
Last updated Sun Dec 27 18:58:07 -0800 2009
-
lineup
A minimalistic message queue server, in Go
Last updated Thu Nov 19 07:34:30 -0800 2009
-
redisent
A Redis interface for the modest
Last updated Tue Nov 10 08:10:15 -0800 2009
-
ike
Rake in Io.
Forked from defunkt/ike Wed Jan 07 22:24:50 -0800 2009
Last updated Wed Nov 04 15:54:43 -0800 2009
-
boid
Environment and package manager for Io
Last updated Mon Nov 02 22:36:45 -0800 2009
-
io
Io programming language
Forked from stevedekorte/io Thu Oct 29 03:20:37 -0700 2009
Last updated Mon Nov 02 20:59:08 -0800 2009
-
biild
A tiny Ioke build system
Last updated Wed Oct 28 02:46:13 -0700 2009
-
imgur
Interface gem for the Imgur API
Last updated Thu Oct 15 14:48:36 -0700 2009
-
pin
Homoiconic concatenative language
Last updated Thu Aug 27 03:06:13 -0700 2009
-
redis
Redis key-value store
Forked from antirez/redis Fri Jul 24 23:19:21 -0700 2009
Last updated Fri Jul 24 05:43:30 -0700 2009
-
gluestick
A simple implementation of the Glue API in Ruby and PHP
Last updated Wed Jul 22 22:50:09 -0700 2009
-
twitterlibphp
An object-oriented PHP interface to the Twitter API
Last updated Tue Jul 14 08:01:02 -0700 2009
-
psionrl
A roguelike game based around psionics
Last updated Tue Jul 07 15:45:34 -0700 2009
-
sticks
A PHP microframework
Last updated Mon Jul 06 19:54:25 -0700 2009
-
emul8r
A chip-8 emulator
Last updated Wed Jul 01 18:50:25 -0700 2009
-
tickit
A super-simple time tracking app
Last updated Wed Jun 10 17:49:52 -0700 2009
-
tm2ta
A tool to help convert TextMate themes to TextAdept
Last updated Wed May 27 01:12:46 -0700 2009
-
staticmatic
The Lightweight Static Content framework
Forked from staticmatic/staticmatic Tue May 19 22:48:39 -0700 2009
Last updated Tue May 19 23:14:34 -0700 2009
-
tarn
A completely Lua-scriptable roguelike engine
Last updated Mon May 04 18:48:42 -0700 2009
-
hardbound
A static blog generator written in shell script
Last updated Tue Mar 31 15:00:16 -0700 2009
-
io-scgi
An implementation of SCGI for the Io programming language
Last updated Wed Dec 17 03:45:24 -0800 2008
Public Activity 
Pipe line input to command's stdin

-
jdp committed 88ce0df2:
changed cz_method to cz_methodfn and broke the build, whoops
-
jdp committed c18ed894:
back to generic stack container, can't use List
-
jdp committed 039e0da6:
starting factor out bootstrap code to respective files
-
jdp committed 03615184:
added an equals function for Numbers
-
jdp committed 20565460:
LICENSE: removed license, replaced with COPYING

-
jdp committed 53b69700:
no longer coerce vtables for symbol and method tables, custom hash table implementation used
-
jdp committed 7dcafeb9:
i forgot what i changed :(
-
jdp committed 6c5e6411:
Parser_parse now returns a Quotation
-
jdp committed 4b64d100:
lexer/parser combo works fully
-
jdp committed 029f0811:
Added a basic object model, and started factoring out the lexer
-
jdp committed f78b80dd:
last commit before huge rewrite
A tiny storage layer. (v0.4) Serious Python Programmers™ with Enterprise Requirements need not apply.

-
jdp committed 9455935e:
interpreter.c: simple comments, but should clarify things
-
jdp committed e848f857:
satisfying -Wall warnings
-
jdp committed ccc6f825:
builtin.c: all czW_* functions have proper return values
-
jdp committed 95fff08b:
Makefile: enabled warning and debug flags
-
jdp committed ba89c0c4:
interpreter.c: apply should call czW_call internally, not czW_apply
-
jdp committed ed53b278:
good valgrind session, memory leaks limited to readline calls
Jim is a small footprint Tcl interpreter, with some changes to the original language but mostly compatible.