{"id":13779415,"url":"https://github.com/dido/arcueid","last_synced_at":"2025-05-11T12:33:29.462Z","repository":{"id":75566731,"uuid":"842657","full_name":"dido/arcueid","owner":"dido","description":"A C interpreter for Paul Graham's Arc dialect of Lisp","archived":false,"fork":false,"pushed_at":"2024-01-01T08:10:28.000Z","size":2978,"stargazers_count":27,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:14:00.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dido.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2010-08-17T02:29:59.000Z","updated_at":"2024-01-01T08:10:34.000Z","dependencies_parsed_at":"2024-01-16T14:04:12.552Z","dependency_job_id":"3884060d-6e13-4071-8b37-a8f314e71be0","html_url":"https://github.com/dido/arcueid","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dido%2Farcueid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dido%2Farcueid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dido%2Farcueid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dido%2Farcueid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dido","download_url":"https://codeload.github.com/dido/arcueid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225049052,"owners_count":17412916,"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":[],"created_at":"2024-08-03T18:01:04.938Z","updated_at":"2024-11-17T14:31:24.357Z","avatar_url":"https://github.com/dido.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"ARCUEID README -- Important introductory notes.\nCopyright (C) 2009,2010,2011,2012 Rafael R. Sevilla\nSee the end for copying conditions.\n\nThis is Arcueid, an implementation of Paul Graham's Arc dialect of\nLisp in C.\n\nThe main core library, libarcueid, is licensed under the GNU Lesser\nGeneral public license.  The main REPL interpreter, arcueid is\nlicensed under the GPL.\n\nSee NEWS for recent changes.  See the file arcueid.org in the main\ndirectory of the distribution for current functionality status.  It's\nan Emacs org-mode file (just plain text), not a URL! Note: The URL\narcueid.org is as of this writing a fan site for the anime/visual\nnovel Tsukihime: Lunar Legend (真月譚月姫), which should explain\nwhere the name 'Arcueid' comes from. :)\n\nThe Git repository is available for anonymous clone at\ngit://github.com/dido/arcueid.git.  Do note that it is under heavy\ndevelopment and may not always be stable!\n\nA development blog is available here: http://arcueid-arc.org/\n\nA wiki with some notes which may or may not be useful to others is\nhere: https://github.com/dido/arcueid/wiki\n\nPlease report any problems with Arcueid on the project's Github\nissue tracker: https://github.com/dido/arcueid/issues\n\nFor more information on the Arc dialect of Lisp, see the Arc Language\nwiki: http://sites.google.com/site/arclanguagewiki/home\n\nIf you are building this from a source tarball, the usual ./configure;\nmake; make install combo should work, but you will get an Arcueid REPL\nexecutable without Readline support if the readline development\nheaders are not installed (libreadline-dev on Debian/Ubuntu), and you\nmay have to add --disable-bignum if you do not have the GMP\ndevelopment headers (libgmp-dev on Debian/Ubuntu, but this is not\nrecommended: Arcueid has not been very well tested without GMP).  Add\n--enable-unit-tests to enable unit tests (requires GNU Check), and add\n--enable-tracing to build with the bytecode tracer (this causes a\nperformance hit so it is not enabled by default).\n\nIf you are trying to build this by cloning the Git repository\n(git://github.com/dido/arcueid.git), you need the following\nprerequisites installed:\n\n- The autotools: autoconf, automake, and libtool.\n- GNU MP and any development headers (libgmp and libgmp-dev on\n  Ubuntu/Debian)\n- GNU Check (http://check.sourceforge.net, available under the package\n  name 'check' on Ubuntu)\n- GNU Readline and any development headers (libreadline-dev)\n- pkg-config (http://www.freedesktop.org/wiki/Software/pkg-config,\n  pkg-config on Ubuntu/Debian)\n\nYou need all of this since the process will create a complete\nconfigure script and all the development dependency headers are\nrequired for it to generate the rules for all the checks configure has\nto perform.  Once all these prerequisites are installed run autoreconf\n-i in the main directory.  This should generate a configure script and\nMakefile.in's, and from there it should be possible to do ./configure\n; make ; make install.\n\n----------------------------------------------------------------------\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdido%2Farcueid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdido%2Farcueid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdido%2Farcueid/lists"}