You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
PilBox - Building Android Apps in PicoLisp Build your Apps in PicoLisp without an Android SDK PilBox ("PicoLisp Box") is a generic Android App which allows to write Apps in pure PicoLisp, without touching Java, and without the need of an Android SDK. You do not need to root your device. And - if you prefer - you do not need a separate development machine (PC or laptop): All can be done in a termin
Why PicoLisp? PicoLisp is quite different from other Lisps. The main reason is its focus on data. Most Lisps focus on code. They stress functions and macros this way and that, and an efficient compilation to machine code. This results in many different data types, handled in non-orthogonal ways, often with different sets of functions. And the result of the compilation (the machine code) is no long
Urn: A Lisp implementation for Lua Urn is a new language developed by SquidDev, and demhydraz. Urn is a Lisp dialect with a focus on minimalism which compiles to Lua. What? A minimal¹ Lisp implementation, with full support for compile time code execution and macros. Support for Lua 5.1, 5.2 and 5.3. Should also work with LuaJIT. Lisp-1 scoping rules (functions and data share the same namespace). I
Fennel is a lisp that compiles to Lua. It aims to be easy to use, expressive, and has almost zero overhead compared to writing Lua directly. Full Lua compatibility - You can use any function or library from Lua. Zero overhead - Compiled code should be just as efficient as hand-written Lua. Compile-time macros - Ship compiled code with no runtime dependency on Fennel. Embeddable - Fennel is a one-f
Iota is an LLVM to CL transpiler, similar to emscripten. It converts LLVM bitcode to safe, portable Common Lisp code. Quick Start ----- # You'll probably want to make this available as a quicklisp local project. # Optional, for parallel builds export MAKEFLAGS=-j2 # Clone the LLVM/Clang repos. ./fetch-llvm.sh # Build LLVM, Clang, and the translator. # This will take a long time unless you have a b
LISP on browser¶ This is small implementation of LISP, which written in JavaScript and run on browsers. I think it helps you to understand what going on in programming languages by using it and reading its source codes. ;; A few examples. Click 'Load source' to load them. ; Closures (let (count 0) (define (counter) (set! count (+ 1 count)))) ; You can also define variables (define x 2) (set! x 3)
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く