{"id":13457824,"url":"https://github.com/witheve/Eve","last_synced_at":"2025-03-24T14:32:23.525Z","repository":{"id":10527899,"uuid":"12719776","full_name":"witheve/Eve","owner":"witheve","description":"Better tools for thought","archived":false,"fork":false,"pushed_at":"2018-03-20T18:37:04.000Z","size":11529,"stargazers_count":7203,"open_issues_count":71,"forks_count":260,"subscribers_count":192,"default_branch":"master","last_synced_at":"2025-03-20T15:06:49.577Z","etag":null,"topics":["database","eve","ide","language","programming-language"],"latest_commit_sha":null,"homepage":"http://witheve.com","language":"TypeScript","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}},"created_at":"2013-09-10T03:52:06.000Z","updated_at":"2025-03-20T10:59:31.000Z","dependencies_parsed_at":"2022-07-14T03:20:31.073Z","dependency_job_id":null,"html_url":"https://github.com/witheve/Eve","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2FEve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2FEve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2FEve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witheve%2FEve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witheve","download_url":"https://codeload.github.com/witheve/Eve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245289658,"owners_count":20591113,"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":["database","eve","ide","language","programming-language"],"created_at":"2024-07-31T09:00:37.859Z","updated_at":"2025-03-24T14:32:23.212Z","avatar_url":"https://github.com/witheve.png","language":"TypeScript","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.3 alpha, which is no longer under active development.**\n\n## Getting Started with Eve v0.3 preview\n\nInstall [Node](https://nodejs.org/en/download/) for your platform, then clone and build the [Eve starter repository](https://github.com/witheve/eve-starter):\n\n```\ngit clone git@github.com:witheve/eve-starter.git\ncd eve-starter\nnpm install\n```\n\nYou can start the program switcher, which allows you to browse included example programs:\n\n```\nnpm start\n```\n\nOr you can run a specific program by providing its path as an argument:\n\n```\nnpm start -- path/to/program.js\n```\n\n## Integrating Eve into an existing project\n\nYou can get Eve as an npm package\n\n```\nnpm install witheve@preview\n```\n\nThen import Eve to use it in your project\n\n```\nimport {Program} from \"witheve\";\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/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","funding_links":[],"categories":["TypeScript","Developers","计算机编程 数据结构与算法","programming-language","Functional"],"sub_categories":["网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitheve%2FEve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitheve%2FEve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitheve%2FEve/lists"}