0.0.3 • Published 12 years ago

guil v0.0.3

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

Guil: command line to add brackets for Guile.

Install this by running npm install -g guil

A file /home/chen/git/guil/examples/test.guil like this:

define (f x y)
  + x y

display (f 2 3)
display
  "fucking brackets"

; comment

Run guil /home/chen/git/guil/examples/test.guil
Tt will be converted to /home/chen/git/guil/examples/test.scm:

(define (f x y)
  + x y)
(display (f 2 3))
(display
  "fucking brackets")

And keep watching this file and run again.

0.0.5

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago