2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | ![]() |
Log message: Revbump all Go packages after go121 update |
2024-01-01 15:10:07 by Greg Troxel | Files touched by this commit (3) | ![]() |
Log message: lang/joker: update joker to 1.3.3 1.3.3 -> 1.3.4: General: - Added joker.time/day-of-year function 1.3.1 -> 1.3.3: (1.3.2 was skipped) General: - Create a_data.go in a reproducible way Linter: - add abs to cljs 1.3.0 -> 1.3.1: General: - added add-path & add-commit functions to joker.git Linter: - add parse-uuid to cljs |
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | ![]() |
Log message: Revbump all Go packages after go121 update |
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | ![]() |
Log message: Revbump all Go packages after go121 update |
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message: Revbump all Go packages because go121 is now the default |
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | ![]() |
Log message: Revbump all Go packages after go120 security update |
2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) | ![]() |
Log message: Revbump all Go packages after go120 update |
2023-09-01 16:59:35 by Jason Bacon | Files touched by this commit (5) |
Log message: lang/joker: Clojure dialect and linter Joker is a small interpreted dialect of Clojure written in Go. It is also a Clojure(Script) linter. Joker has a fast start up, sane error messages and stacktraces, and comes with batteries included: send HTTP requests, read and parse JSON, work with the file system, etc. As a linter, Joker can check for syntax errors, function arity mismatches, unresolved symbols, unused namespaces, vars, bindings, and much more. |