GithubHelp home page GithubHelp logo

shixiongfei / ape Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 1.0 277 KB

Ape is a lightweight embedded dialect of the Lisp programming language.

Home Page: https://ape.run

License: Apache License 2.0

C 96.16% Lua 1.69% Shell 0.22% HTML 1.93%
lisp interpreter scheme lisp-1 ape programming-language language

ape's Introduction

Hi there ๐Ÿ‘‹

shixiongfei Website GitHub followers GitHub User's stars
Top Langs Github stats

ape's People

Contributors

shixiongfei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ape-lang

ape's Issues

GC not working?

Is it possible that the GC does'nt work?
I compiled ape as follows:
gcc *.c -o ape -lm
It appears that the following recursive function

(defn fib (n)
  (if (< n 2) 1 (+ (fib (- n 1)) (fib (- n 2)))
  ))

makes the program crash if e.g. (fib 20) is tried

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.