jochu

Jeffrey Chu
29
3
Apr 03, 2008
  • Extra scripts for clojure
    Updated Wed Dec 10 19:46:49 -0800 2008
    legend
  • A mode for emacs that handles clojure
    Updated Thu Mar 05 22:28:37 -0800 2009
    legend
  • Swank/slime support for clojure
    Updated Wed Jun 03 16:38:31 -0700 2009
    legend

Public Activity  feed

jochu pushed to master at jochu/swank-clojure Wed Jun 03 16:38:32 -0700 2009
HEAD is 7b4d291370bfb8df473b10b241073f7baca456c1

3 commits »

jochu deleted branch clojure-1.1 at jochu/swank-clojure Mon May 25 20:26:52 -0700 2009
Deleted branch was at jochu/swank-clojure/tree/clojure-1.1
jochu deleted branch clojure-1.0 at jochu/swank-clojure Mon May 25 20:26:52 -0700 2009
Deleted branch was at jochu/swank-clojure/tree/clojure-1.0
jochu pushed to clojure-1.1 at jochu/swank-clojure Mon May 25 20:17:36 -0700 2009
HEAD is 0119c6aa8eb6283a859b59dff66b80b77e244c1e

2 commits »

jochu pushed to clojure-1.0 at jochu/swank-clojure Mon May 25 20:17:36 -0700 2009
HEAD is 0119c6aa8eb6283a859b59dff66b80b77e244c1e

2 commits »

jochu pushed to master at jochu/swank-clojure Mon May 25 20:15:48 -0700 2009
HEAD is 0119c6aa8eb6283a859b59dff66b80b77e244c1e

2 commits »

jochu pushed to master at jochu/swank-clojure Sun May 24 08:29:39 -0700 2009
jochu created branch clojure-1.1 at jochu/swank-clojure Sun May 24 08:29:30 -0700 2009
jochu pushed to master at jochu/swank-clojure Fri May 22 21:08:00 -0700 2009
HEAD is 41ba021bba63c1b97a561c61ded10f1285a6742a
  • jochu committed 41ba021b:
    slightly cleaner fix to the classpath issue, but still evil
jochu pushed to master at jochu/swank-clojure Fri May 22 21:06:28 -0700 2009
HEAD is 669f668ed02a5e463e6039d4ef9db3f0f83efada
  • jochu committed 669f668e:
    slightly cleaner fix to the classpath poking
jochu pushed to master at jochu/swank-clojure Fri May 22 20:57:05 -0700 2009
HEAD is 6015987cf1433651b151cd2580ed9c9ef07a33e7
  • jochu committed 6015987c:
    odd looking fix to get it to work with r1369 updates - hopefully can be cleaner later
jochu created branch clojure-1.0 at jochu/swank-clojure Fri May 22 20:55:32 -0700 2009
jochu applied fork commits to clojure-mode/master Thu May 21 12:24:47 -0700 2009
master was changed to 8c3336
jochu added technomancy to clojure-mode Thu May 21 12:24:29 -0700 2009
clojure-mode is at jochu/clojure-mode
jochu pushed to master at jochu/swank-clojure Fri Apr 17 16:40:34 -0700 2009
HEAD is c1e309dfe53cb45149258404c4db5b53fb5c81b7
  • jochu committed c1e309df:
    move contrib optionals into clj-contrib and add macroexpand-all
jochu pushed to master at jochu/swank-clojure Fri Apr 17 13:39:31 -0700 2009
HEAD is 4d8e9244447490a86727b91cd85c475e0b5701f5
  • jochu committed 4d8e9244:
    suppress namespaces, make function instead of macro
jochu pushed to master at jochu/swank-clojure Fri Apr 17 13:28:24 -0700 2009
HEAD is f7521ffb2b4e57a38f5cd9be9f296bedec60abdf
  • jochu committed f7521ffb:
    add pretty printing to swank clojure when pprint package available
jochu pushed to master at jochu/swank-clojure Wed Apr 08 22:48:00 -0700 2009
HEAD is 7717c97c2880ce097d024134cfe7ee4ecd9c78a3
  • jochu committed 7717c97c:
    allow stopping of repl-thread, note unsafe thread stops can leave resources open
jochu pushed to master at jochu/clojure-mode Thu Mar 05 22:28:45 -0800 2009
HEAD is a51f8ff21940c50b2598ca4db96277459467baa8

2 commits »

jochu committed to jochu/clojure-mode Thu Mar 05 22:28:41 -0800 2009
jochu committed to jochu/clojure-mode Thu Mar 05 22:28:40 -0800 2009
jochu pushed to master at jochu/swank-clojure Tue Mar 03 10:41:02 -0800 2009
HEAD is 349cb3b93a7bd8bcc86ffd0fd5415d84ed5f4028
jochu committed to jochu/swank-clojure Tue Mar 03 10:40:43 -0800 2009

349cb3b93a7bd8bcc86ffd0fd5415d84ed5f4028

turn compilation off on default

jochu committed to jochu/swank-clojure Tue Feb 24 00:36:17 -0800 2009

b42ad17c4a8cf3c7e7d1d9914579514c640ef0b6

update the loader to care about clojure "version"

jochu committed to jochu/swank-clojure Tue Feb 24 00:36:17 -0800 2009

574f4b0bfee7c793da1346f11bdbe1418bce1ae8

update position to take a predicate and have indent look for both body and clauses

jochu committed to jochu/clojure-mode Mon Feb 23 21:07:26 -0800 2009

6e411dff5f1c394211a3bc1b2a4425577043b52b

remove syntax-entry for =, treat as real symbol (more frequently used as

jochu committed to jochu/clojure-mode Mon Feb 23 20:47:12 -0800 2009

dd65629693427089900babb77d20cad38d4d0f41

add indentation for condp

jochu committed to jochu/clojure-mode Mon Feb 23 20:40:13 -0800 2009
jochu committed to jochu/swank-clojure Sun Feb 22 10:24:35 -0800 2009

2a3ba6c98a72392e2ce2778115d188338a9cbcd3

use coll? instead of seq? for arglist verification