./lang/joker, Clojure dialect and linter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.5nb3, Package name: joker-1.3.5nb3, Maintainer: ktnb

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.


Master sites:

Filesize: 497.763 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-04-03 02:55:29 by Kevin Bloom | Files touched by this commit (8) | Package updated
Log message:
updated to use my NetBSD address
   2024-03-11 08:44:15 by Thomas Klausner | Files touched by this commit (3)
Log message:
lang/joker: Update to 1.3.5

From Kevin Bloom via wip.

Fixed joker.json/write-string serializing empty collections as null.
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-01 15:10:07 by Greg Troxel | Files touched by this commit (3) | Package updated
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) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update