https://github.com/rxi/fe Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up 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. {{ message }} rxi / fe Public * Notifications * Fork 67 * Star 1.1k A tiny, embeddable language implemented in ANSI C License MIT license 1.1k stars 67 forks Star Notifications * Code * Issues 10 * Pull requests 6 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights rxi/fe This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/r] Use Git or checkout with SVN using the web URL. [gh repo clone rxi/fe] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @rxi rxi Merge pull request #10 from timgates42/bugfix_typo_initialized ... ed4cda9 Dec 17, 2020 Merge pull request #10 from timgates42/bugfix_typo_initialized docs: fix simple typo, intialized -> initialized ed4cda9 Git stats * 15 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time doc scripts src LICENSE README.md build.bat build.sh View code fe Overview Contributing License README.md fe A tiny, embeddable language implemented in ANSI C (= reverse (fn (lst) (let res nil) (while lst (= res (cons (car lst) res)) (= lst (cdr lst)) ) res )) (= animals '("cat" "dog" "fox")) (print (reverse animals)) ; => ("fox" "dog" "cat") Overview * Supports numbers, symbols, strings, pairs, lambdas, macros * Lexically scoped variables, closures * Small memory usage within a fixed-sized memory region -- no mallocs * Simple mark and sweep garbage collector * Easy to use C API * Portable ANSI C -- works on 32 and 64bit * Concise -- less than 800 sloc --------------------------------------------------------------------- * Demo Scripts * C API Overview * Language Overview * Implementation Overview Contributing The library focuses on being lightweight and minimal; pull requests will likely not be merged. Bug reports and questions are welcome. License This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details. About A tiny, embeddable language implemented in ANSI C Resources Readme License MIT license Stars 1.1k stars Watchers 29 watching Forks 67 forks Report repository Releases No releases published Packages 0 No packages published Contributors 2 * @rxi rxi * @timgates42 timgates42 Tim Gates Languages * C 99.1% * Other 0.9% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time.