EDN & Clojure parser library for Nim language.
Go to file
Roland Sadowski 8a77ab1ad6 keywords namespacing enum 2020-02-01 20:14:27 +00:00
src keywords namespacing enum 2020-02-01 20:14:27 +00:00
tests keywords namespacing enum 2020-02-01 20:14:27 +00:00
.gitignore empty project 2019-08-23 18:32:22 +01:00
README.md added README 2019-08-23 19:02:47 +01:00
edn.nimble bump nimble version to 0.2.0 2020-01-30 20:11:03 +00:00

README.md

EDN

A Clojure and EDN parser library written in Nim.

This library should be considered alpha quality at this point.

  • API will change
  • Some design dead-ends still in the code
  • I'm learning Nim at the same time as I'm writing this

Motivation

  • To be able to parse EDN files and also Clojure/ClojureScript code.
  • If you decide to read the source you may wonder what's the weird comment handling code is for? The answer: I'd like to be able to put meaningful stuff in the comments to enable literate programming (or at least experiment with it), which means I don't want to always discard the them.

Code Style

I'm using what Python people use: lowercase with underscores for procs and Capitalized names for types.

License

EPL 2.0