{"id":18994915,"url":"https://github.com/jweinst1/lobster","last_synced_at":"2026-04-15T22:30:16.503Z","repository":{"id":97723566,"uuid":"113619396","full_name":"jweinst1/Lobster","owner":"jweinst1","description":"A super-fast, binary expression language","archived":false,"fork":false,"pushed_at":"2017-12-10T03:28:21.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T15:43:41.296Z","etag":null,"topics":["binary-data","compiler","execution","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jweinst1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-08T21:35:44.000Z","updated_at":"2024-12-26T08:26:38.000Z","dependencies_parsed_at":"2023-06-09T00:15:46.526Z","dependency_job_id":null,"html_url":"https://github.com/jweinst1/Lobster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FLobster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FLobster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FLobster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FLobster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jweinst1","download_url":"https://codeload.github.com/jweinst1/Lobster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010336,"owners_count":19733514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-data","compiler","execution","programming-language"],"created_at":"2024-11-08T17:27:34.281Z","updated_at":"2026-04-15T22:30:16.456Z","avatar_url":"https://github.com/jweinst1.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lobster\n\n![Image of Lobster](https://www.mainelobsternow.com/images/live_lobster.jpg)\n\n*An expression-based, binary nesting language*\n\n`Lobster` is a prototype of a nested programming language (Lisp-like), that can be evaluated as pure expressions. \nThe advantage of `Lobster` is the speed and small size at which it can be embedded or used in other applications.\n\n## Usage\n\n`Lobster` is a single header embeddable language. However you can build it into an executable by running this command\n\n```\n$ make all\n```\n\nThen, you can compile snippets of code like so\n\n```\n$ ./bin/Lobster \"+(8 5 -(9 9))\"\n13\n```\n\nTo Use Lobster in your application or program, just use the `Lobster.h` file.\n\n## Goals\n\nThe goals of the Lobster Language, despite being quite small, is to prove a different method of evaluation for nested structures in programs, and to greatly decrease the complexity associated with runtimes, virtual machines, and such.\n\nSpecifically, `Lobster` aims to tackle the following issues:\n\n\u003e 1. Eliminate the use of AST's, Parsers, Tokens and runtimes.\n\u003e 2. Direct translation from source code to bytecode.\n\u003e 3. Evaluation of instructions in linear O(n) time.\n\nLobster accomplishes this via *direct translation* instead of traditional tokenization, parsing, code generation etc.\n\nExample:\n\n```\n+ ( 5 4 )\n|  || ||\n[Add, Start, int, {binary}, int, {binary}, End]\n```\n\n\n## License\n\n`Lobster` is MIT licensed and open source.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweinst1%2Flobster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjweinst1%2Flobster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweinst1%2Flobster/lists"}