{"id":16489940,"url":"https://github.com/crowdagger/valisp","last_synced_at":"2026-05-11T08:46:19.250Z","repository":{"id":147373297,"uuid":"13513838","full_name":"crowdagger/valisp","owner":"crowdagger","description":"A lispy flavour of Vala, written in Clojure. Don't ask why.","archived":false,"fork":false,"pushed_at":"2013-10-15T16:38:26.000Z","size":256,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T19:14:07.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crowdagger.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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-10-12T02:00:45.000Z","updated_at":"2022-05-31T00:15:21.000Z","dependencies_parsed_at":"2023-03-25T12:53:25.790Z","dependency_job_id":null,"html_url":"https://github.com/crowdagger/valisp","commit_stats":null,"previous_names":["crowdagger/valisp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdagger%2Fvalisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdagger%2Fvalisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdagger%2Fvalisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdagger%2Fvalisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crowdagger","download_url":"https://codeload.github.com/crowdagger/valisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241316474,"owners_count":19943081,"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-10-11T13:45:55.035Z","updated_at":"2026-05-11T08:46:19.190Z","avatar_url":"https://github.com/crowdagger.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"valisp\n======\n\nA lispy flavour of Vala, written in Clojure. Don't ask why.\n\nRunning the Valisp compiler\n---------------------------\nBefore everything, you must have installed leiningen and cloned the\ngit repository. Then:\n\n```\n$ lein run\n```\n\nshould work.\n\nAn alternative is to use the latest\n[standalone JAR file](http://segfault.ouvaton.org/public/valisp/valisp-0.1-standalone.jar)\nand launch it with:\n\n```\n$ java -jar valisp-0.1-standalone.jar\n```\n\nExcept it won't do much, since it requires a source file\nto compile it:\n\n```\n$ lein run some_file.valisp\n```\n\nor \n\n```\n$ java -jar valisp-0.1-standalone.jar some_file.valisp\n```\n\nThis will print the resulting Vala code on stdout, so if you really\nwant to use this, you should do:\n\n```\n$ lein run some_file.valisp \u003e some_file.vala\n```\n\nHopefully you will get a valid Vala file, which you can now compile\n(again) with \n\n```\n$ valac some_file.vala\n```\n\nObviously, it means you must have installed the Vala compiler, else it\nis a bit pointless.\n\nThe valisp language\n-------------------\nFirst, let me remember you I said 'don't ask why'. Obviously, it is a\ntoy project, whose goal is to compile some lispy dialect to Vala.\n\nA tiny example:\n\n```\n(defn main int []\n  (stdout.printf \"Please enter your name\\n\")\n  (let [[name (stdin.read_line)]]\n    (stdout.printf \"Hello, %s\\n\" name)\n    0))\n```\n\nYou can look at [the current features list](doc/features.md) to see\nwhich features are currently implemented. To be honest, they are\nnearly all used in this tiny example, so don't get too much\nexpectations, right?\n\nThere are also some [examples](doc/examples) of Valisp code available,\nif you want to browse them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdagger%2Fvalisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdagger%2Fvalisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdagger%2Fvalisp/lists"}