[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Wishlisp
- To: Matthias Lindner <matthias@intellektik.informatik.th-darmstadt.de>
- Subject: Wishlisp
- From: "Harvey J. Stein" <hjstein@MATH.HUJI.AC.IL>
- Date: Wed, 15 Feb 1995 23:21:27 +0200
- Cc: hjstein@MATH.HUJI.AC.IL, clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- In-reply-to: <9502151830.AA25949@plopp.intellektik.informatik.th-darmstadt.de>
Of course, another solution to the problem of communication between a
lisp process & a wish process is to just use STk instead of clisp.
For those of you aren't familiar with it, STk is a scheme interpreter
with Tk compiled in. It allows you to write scheme scripts to access
Tk for windowing instead of having to write Tcl scripts. For example,
I wrote a version of tetris in it.
Harvey J. Stein
hjstein@math.huji.ac.il
- Follow-Ups:
- Re: Wishlisp
- From: Oliver Andrich <andrich@informatik.uni-koblenz.de>