A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/honix/Lire below:

honix/Lire: Visual programming tool based on Common Lisp

"Maybe if lisp started today, we would a syntax of lisp look like trees" -- Hal Abelson (1986 lecture)

Lire is a Lisp expressions visual editor, it allows you to write programs using kind of abstract syntax tree (AST). It runs on top of Common Lisp.

Lire is work in progress project. It is also my diploma thesis.

Try to enter + Enter 10 Enter * Enter Enter 25 Enter 2

This will make list (+ 10 (* 25 2))

Check the releases page. There is ready to go Windows executable, as it is little hard to build on this system.

Lire is well tested to work with SBCL. Before run Lire check that you dependencies ready:

Linux (x86 and x64)

Windows (x86)

Lets go

cd your/path/to/Lire and sbcl --load lire.lisp

Action Bind Place cursor (blue cross) or select node Left-mouse-button click Select area or drag node Left-mouse-button drag Accumulative select Shift Copy selected nodes Ctrl-C Paste copied nodes Ctrl-V Pan Right-mouse-button drag Zoom Scroll Create new node (enter node name) Enter Create list node (wraps arguments) Space Enter Create dot node (does nothing with argument) . Enter Switch to last node Enter Evaluate tree Tab or Double-left click Delete node Delete Connect nodes Right-mouse-button drag from children to parent Connect selected (last is a parent) Ctrl-L Lost connections Ctrl-K Move cursor up & down Up-arrow & Down-arrow Move cursor left & right Left-arrow & Right-arrow

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3