{"id":20341072,"url":"https://github.com/witheve/eve-native","last_synced_at":"2026-03-05T02:31:12.416Z","repository":{"id":72437638,"uuid":"88314767","full_name":"witheve/eve-native","owner":"witheve","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-04T02:03:32.000Z","size":1544,"stargazers_count":188,"open_issues_count":7,"forks_count":30,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-11T23:37:38.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/witheve.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-15T01:12:12.000Z","updated_at":"2025-02-22T10:52:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d69013f-ad6e-4119-82f3-55cdee72a8a7","html_url":"https://github.com/witheve/eve-native","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/witheve/eve-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2Feve-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2Feve-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2Feve-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2Feve-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witheve","download_url":"https://codeload.github.com/witheve/eve-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2Feve-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T21:25:40.953Z","updated_at":"2026-03-05T02:31:12.367Z","avatar_url":"https://github.com/witheve.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://www.witheve.com/logo.png\" alt=\"Eve logo\" width=\"10%\" /\u003e\n\u003c/p\u003e\n\n---\n \nEve is a programming language based on years of research into building a human-first programming platform. \n\n**This repository hosts a preview of Eve v0.4 alpha, which is unfortunately no longer under development.**\n\n## Getting Started with Eve v0.4 alpha\n\n### From Source\n\nStart by installing [Node](https://nodejs.org/en/download/) for your platform, and [Rust](https://www.rust-lang.org/en-US/install.html) via the `rustup` tool. Use [`rustup`](https://www.rustup.rs) to install the latest [\"nightly\" build of Rust](https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md#working-with-nightly-rust):\n\n```sh\nrustup install nightly\nrustup default nightly\n```\n\nThen clone and build the [Eve repository](https://github.com/kodowa/eve-native):\n\n```sh\ngit clone git@github.com:Kodowa/eve-native.git\ncd eve-native\nnpm install\n```\n\nYou can start an Eve server running a given `*.eve` file:\n\n```sh\ncargo run --bin server -- examples/test.eve libraries\n```\n\nThis builds Eve and runs an Eve server at `localhost:8081`, which hosts the program's output. Each connection will create a new instance of the supplied program(s).\n\n**Note:** running `cargo run` with the `--release` flag will execute 10x - 30x faster, but will take longer to build:\n\n```sh\ncargo run --release --bin server -- examples/test.eve libraries\n```\n\n## Learning Eve\n\nYou can learn about Eve with the following resources:\n\n- [Read the Quick Start Tutorial](http://play.witheve.com/) (use Chrome for best results)\n- [Syntax Quick Reference](https://witheve.github.io/assets/docs/SyntaxReference.pdf)\n- [Language Handbook (draft)](http://docs.witheve.com)\n\nAlso, the [mailing list archive](https://groups.google.com/forum/#!forum/eve-talk) is a good resource for help and inspiration. In particular, the [Puzzles \u0026 Paradoxes series](https://groups.google.com/forum/#!searchin/eve-talk/Puzzles$20$26$20Paradoxes%7Csort:date) answers a lot of questions beginners face about the Eve langauge.\n\n## Get Involved\n\n### Join the Community\n\nThe Eve community is small but constantly growing, and everyone is welcome!\n\n- Join or start a discussion on our [mailing list](https://groups.google.com/forum/#!forum/eve-talk).\n- Impact the future of Eve by getting involved with our [Request for Comments](https://github.com/witheve/rfcs) process.\n- Read our [development blog](http://incidentalcomplexity.com/).\n- Follow us on [Twitter](https://twitter.com/with_eve).\n\n### How to Contribute\n\nThe best way to contribute right now is to write Eve code and report your experiences. [Let us know](https://groups.google.com/forum/#!forum/eve-talk) what kind of programs you’re trying to write, what barriers you are facing in writing code (both mental and technological), and any errors you encounter along the way.\n\n### How to File an Issue\n\nPlease file any issues in this repository. Before you file an issue, please take a look to see if the issue already exists. When you file an issue, please include:\n\n1. The steps needed to reproduce the bug\n2. Your operating system and browser.\n3. If applicable, the `.*eve` file that causes the bug.\n\n## License\n\nEve is licensed under the Apache 2.0 license, see [LICENSE](https://github.com/witheve/eve-native/blob/master/LICENSE) for details.\n\n## Disclaimer\n\nEve is currently at a very early, \"alpha\" stage of development. This means the language, tools, and docs are largely incomplete, but undergoing rapid and continuous development. If you encounter errors while using Eve, don't worry: it's likely our fault. Please bring the problem to our attention by [filing an issue](https://github.com/witheve/eve#how-to-file-an-issue).\n\nAs always, with pre-release software, don’t use this for anything important. We are continuously pushing to this codebase, so you can expect very rapid changes. At this time, we’re not prepared make the commitment that our changes will not break your code, but we’ll do our best to [update you](https://groups.google.com/forum/#!forum/eve-talk) on the biggest changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitheve%2Feve-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitheve%2Feve-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitheve%2Feve-native/lists"}