
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
A toy Lisp implemented using arrays and functions in Javascript. If you're wondering why such an abomination exists, then go check out the blog post that is responsible for its inception.
["print", "Hello, World!"]
["defn", "greeting", ["name"],
["print", "Hello", "name"]]
["greeting", "Dan"]
["=", 5, 5]
["+", 10, 20]
["and", true, true]
["or", true, false]
For more involved examples, take a look in the examples/
directory. To run an example, use bin/run-example example-name.json
.
To use the REPL, clone the repository and run npm install
. This will install the dependencies needed for running the REPL (chalk and readline).
Then running ./bin/repl
will start it up. See how it is used in the Asciicast below.
FAQs
Lisp in your language.
We found that ljspjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.