File: README.md

package info (click to toggle)
sjacket-clojure 0.1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: xml: 77; makefile: 5; sh: 3
file content (18 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Sjacket

Sjacket stated goal is to become a common backend for Clojure editors.

It provides:
* cheap, always up-to-date, parse trees and views
* structural transformations by simple sexpr transformations (you don't have to
  care about the source layout and comments, sjacket does its best to preserve
  them) 

Sjacket is still in its infancy: despite having thought about it for a while
https://twitter.com/cgrand/status/165471721531506689, I only wrote some code
in a TDD (Talk Driven Development) fashion for EuroClojure 2012 
(see Not So Homiconic.pdf for the slides).

The short term goal is to provide a demo ui which will serve as an example for
integrators. Once the demo ui is done, work on the transformations will resume.