0.1.0 • Published 12 years ago

she v0.1.0

Weekly downloads
4
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 test.guil like this:

define (f x y)
  + x y

display (f 2 3)
display
  "fucking brackets"

; comment

Run guil test.guil
It will be converted to test.scm:

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

Multiple files are supported. guil just compiles.

0.1.0

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

13 years ago

0.0.5

13 years ago