Skip to content

shkmr/guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guide

Gauche Unpleasant Integrated Design Environment

This is basically junk grade emacs written in Gauche.

How to start:

 $ gosh -l./ggc.scm -l./guide.scm
 gosh> (use guide)
 gosh> (guide)

Two buffers, scratch and Messages, appears. C-x C-c will exit guide and return to gosh's REPL. In scratch buffer, C-j is eval-last-sexp and C-c C-r is eval-region. For example,

(+ 1 2) `C-j`

will show

(+ 1 2) => 3

in Messages buffer.

ggc.scm consists of three modules from Gauche Garbage Collection (ggc.file.util, ggc.term.with-raw-mode, ggc.text.segment.)

About

junk grade emacs in Gauche

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages