{"id":20847085,"url":"https://github.com/vanajmoorthy/speechylang","last_synced_at":"2026-02-25T10:42:47.828Z","repository":{"id":42937835,"uuid":"235903399","full_name":"vanajmoorthy/speechylang","owner":"vanajmoorthy","description":"🌶️ A small LISP style programming language that transpiles to JavaScript.","archived":false,"fork":false,"pushed_at":"2023-01-04T14:04:00.000Z","size":208,"stargazers_count":4,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T03:54:42.385Z","etag":null,"topics":["babel","javascript","lisp","programming-language","transpiler"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanajmoorthy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-23T22:59:58.000Z","updated_at":"2023-05-01T09:22:54.000Z","dependencies_parsed_at":"2023-02-02T15:03:52.354Z","dependency_job_id":null,"html_url":"https://github.com/vanajmoorthy/speechylang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vanajmoorthy/speechylang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanajmoorthy%2Fspeechylang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanajmoorthy%2Fspeechylang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanajmoorthy%2Fspeechylang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanajmoorthy%2Fspeechylang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanajmoorthy","download_url":"https://codeload.github.com/vanajmoorthy/speechylang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanajmoorthy%2Fspeechylang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29818257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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":["babel","javascript","lisp","programming-language","transpiler"],"created_at":"2024-11-18T02:18:56.169Z","updated_at":"2026-02-25T10:42:47.813Z","avatar_url":"https://github.com/vanajmoorthy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speechy 🌶️\n\n#### Speechy is a small LISP style programming language what uses Babel as an AST and transpiles to JavaScript.\n\n### *Installation*\n\nYou can install Speech from npm using the command\n\n`npm install speechylang` or `npm install speechylang -g`\n\nYou also have to have [node.js](https://www.npmjs.com/) installed first\n\nYou can start the REPL by using the command `speechy` and run speechy files using `speechy run path/to/file/example.spy`\n\n(Keep in mind that speechy files use the .spy extension).\n\n\n### *Basic Overview*\n\nThe syntax is **super** simple. \n\nSpeechy uses a prefix based LISP style syntax in the following manner: \n\n`(add 2 3 (multiply 4 5))`\n\nThis code will multiple 4 and 5 and add the result of that operation (20) to 2 and 3, ultimately evaluating to 25.\n\nSpeechy also supports defining variables using the keyword \"let\".\n\n`(let x 2)`\n\nThis is the same as saying let x = 2 in Javascript.\n\n### *Standard Library*\n\nThe Speechy standard library is incredibly small at the moment and consist of the following functions.\n\n* add: `(add 2 3 4)`\n* subtract: `(subtract 2 3 4)`\n* multiply: `(multiple 2 3 4)`\n* modulo: `(modulo 2 10)`\n* log: `(log \"hello, world!\")`\n* pi: `(pi)`\n* max: `(max 2 3 4)`\n* min: `min(2 3 4)`\n* percentage: `(percentage 5 100)`\n\nContact me at vanajmoorthy@gmail.com or file an issue if you notice anything wrong.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanajmoorthy%2Fspeechylang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanajmoorthy%2Fspeechylang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanajmoorthy%2Fspeechylang/lists"}