{"id":13470324,"url":"https://github.com/nitlang/nit","last_synced_at":"2026-03-10T22:04:26.279Z","repository":{"id":684678,"uuid":"328597","full_name":"nitlang/nit","owner":"nitlang","description":"Nit language","archived":false,"fork":false,"pushed_at":"2024-11-25T15:42:26.000Z","size":124755,"stargazers_count":251,"open_issues_count":157,"forks_count":68,"subscribers_count":18,"default_branch":"master","last_synced_at":"2026-01-22T02:59:51.367Z","etag":null,"topics":["compiler","language","nit"],"latest_commit_sha":null,"homepage":"http://nitlanguage.org","language":"C","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/nitlang.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2009-10-06T15:03:00.000Z","updated_at":"2025-12-09T01:18:15.000Z","dependencies_parsed_at":"2025-03-26T11:44:51.685Z","dependency_job_id":null,"html_url":"https://github.com/nitlang/nit","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/nitlang/nit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitlang%2Fnit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitlang%2Fnit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitlang%2Fnit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitlang%2Fnit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitlang","download_url":"https://codeload.github.com/nitlang/nit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitlang%2Fnit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30357616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["compiler","language","nit"],"created_at":"2024-07-31T16:00:28.377Z","updated_at":"2026-03-10T22:04:26.258Z","avatar_url":"https://github.com/nitlang.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Nit is an expressive language with a script-like syntax, a friendly type-system and aims at elegance, simplicity and intuitiveness.\n\nNit has a simple straightforward style and can usually be picked up quickly, particularly by anyone who has programmed before.\nWhile object-oriented, it allows procedural styles.\n\nThe Nit Compiler (nitc) produces efficient machine language binaries.\n\nSome Nit features:\n\n * Pure Object-Oriented.\n * Multiple Inheritance.\n * Realist typing policy.\n * Light and clear syntax.\n\n\nRequirements:\n\n * gcc\t\thttp://gcc.gnu.org/ (or a compatible C compiler)\n * pkg-config\thttp://www.freedesktop.org/wiki/Software/pkg-config/\n * ccache\thttp://ccache.samba.org/\tto improve recompilation\n * libgc-dev\thttp://hboehm.info/gc/\n * libunwind\thttp://nongnu.org/libunwind\n\nThose are available in most Linux distributions\n\n    $ sudo apt-get install build-essential ccache libgc-dev libunwind-dev pkg-config\n\nand on OS X using brew\n\n    $ brew install ccache bdw-gc libunwind-headers pkgconfig\n\nor with MacPorts\n\n    $ sudo port install ccache boehmgc libunwind-headers pkgconfig\n\nImportant files and directories:\n\n * benchmarks/\tScript to bench the compilers\n * bin/\t\tThe Nit tools\n * c_src/\tC code of nitc (needed to bootstrap)\n * clib/\tC code needed by nitc to compile programs\n * contrib/\tVarious Nit programs (may or may not be useful)\n * doc/\t\tDocumentation\n * examples/\tProgram examples written in Nit\n * lib/\t\tNit standard library\n * LICENCE\tLicense of the software\n * Makefile\tBootstrap the Nit tools\n * misc/\tSome additional files for common text editors and tools\n * NOTICE.md\tList of the authors\n * README\tThis file\n * share/\tCommon resources used by tools\n * src/\t\tThe Nit tool sources (written in Nit)\n * tests/\tNon-regression test-suite\n\n\nHow to start:\n\n    $ make\n    $ bin/nitc examples/hello_world.nit\n    $ ./hello_world\n\nYou can source `misc/nit_env.sh` to setup your environment like PATH, MANPATH and bash completion.\nTo have your environment automatically configured at login, just source it with `install` as argument.\n\n    $ . misc/nit_env.sh install\n\n\nMore tools:\n\nAdditional tools can also be compiled but require more dependencies.\n\n * graphviz\thttp://www.graphviz.org/\tto enable graphs with the nitdoc tool\n * libcurl      https://curl.haxx.se/libcurl/   for the nit package manager nitpm\n * libevent\thttps://libevent.org/           for the nit documentation server nitweb\n * libmongoc    http://mongoc.org/              also for nitweb\n\n    $ sudo apt-get install graphviz libcurl4-openssl-dev libevent-dev libmongoc-dev\n    $ make more\n\n\nContributing:\n\nTo contribute to Nit, please see [CONTRIBUTING](CONTRIBUTING.md).\n\nThe best way to ask the team for advice, submit bugs or request features, is through the use of Github issues, using the appropriate tag (`forum`, `feature-request`, `bug`).\n\nInformation, contacts and help:\n\n* Website \u003chttp://www.nitlanguage.org\u003e\n* Issues \u003chttps://github.com/nitlang/nit/issues\u003e\n* Chatroom \u003chttps://gitter.im/nitlang/nit\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitlang%2Fnit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitlang%2Fnit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitlang%2Fnit/lists"}