Category:Curses: Difference between revisions

Add installation instruction for the common lisp ncurses binding
(add Go)
(Add installation instruction for the common lisp ncurses binding)
 
(One intermediate revision by one other user not shown)
Line 12:
 
* '''C''' <lang c>#include <curses.h></lang> Then link the program with <code>-lcurses</code>. (Some old or strange systems might need <code>-lcurses -ltermlib</code>.)
 
* '''Common Lisp''' <lang lisp>;; After installing the quicklisp library manager
(ql:quickload :croatoan)</lang>
 
* '''Ruby''' <lang ruby>require 'curses'</lang>
 
* '''Go''' <lang go>import "code.googlegithub.com/pgbin/goncurses"</lang>There are a number of curses bindings for Go. This one is currently popular.
 
[[Category:Terminal control]]
69

edits