Giter VIP home page Giter VIP logo

lambdalisp's People

Contributors

cafkafk avatar elimisteve avatar unjordy avatar woodrush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lambdalisp's Issues

Printing in src/prelude.lisp sometimes breaks the interpreter

[nix-shell:~/lambdalisp]$ echo "(format t \"test\")" >> src/prelude.lisp 

[nix-shell:~/lambdalisp]$ make run-repl
mkdir -p src/build
./tools/compile-prelude.sh > ./src/build/def-prelude.cl.tmp
mv ./src/build/def-prelude.cl.tmp ./src/build/def-prelude.cl
cd src; sbcl --script main.cl > .././bin/lambdalisp.blc.tmp
mv ./bin/lambdalisp.blc.tmp ./bin/lambdalisp.blc
( cat ./bin/lambdalisp.blc | ./bin/asc2bin; cat ) | ./bin/Blc
> test()
>   
[nix-shell:~/lambdalisp]$ git restore .

[nix-shell:~/lambdalisp]$ echo "(format t \"test1234567\")" >> src/prelude.lisp 

[nix-shell:~/lambdalisp]$ make run-repl
mkdir -p src/build
./tools/compile-prelude.sh > ./src/build/def-prelude.cl.tmp
mv ./src/build/def-prelude.cl.tmp ./src/build/def-prelude.cl
cd src; sbcl --script main.cl > .././bin/lambdalisp.blc.tmp
mv ./bin/lambdalisp.blc.tmp ./bin/lambdalisp.blc
( cat ./bin/lambdalisp.blc | ./bin/asc2bin; cat ) | ./bin/Blc
<SSS
make: *** [Makefile:38: run-repl] Error 8

lisplambda

With BLC being such a simple language, and the LISP you implemented so feature full,
one might think that creating a lisplambda, i.e. a BLC interpreter written in your LISP dialect, should be a much easier task.

Have you ever considered doing that?

Vendoring `build/lambda/` files

Hi, over at NixOS/nixpkgs#242101 (review), we wanted to make use of the make file more directly when building lambda-lisp.

It would be very helpful if lambdalisp could vendor those files, or at least check for their existence before calling wget, as we can't make network requests from the nix sandbox.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.