{"id":13444542,"url":"https://github.com/trevorjay/atinybasic","last_synced_at":"2025-03-20T19:30:23.993Z","repository":{"id":81392644,"uuid":"282838114","full_name":"trevorjay/atinybasic","owner":"trevorjay","description":"A Tiny Basic: An Actually Tiny BASIC for Arduino","archived":false,"fork":false,"pushed_at":"2020-08-13T13:27:16.000Z","size":19,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-28T08:41:38.170Z","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trevorjay.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-27T08:27:11.000Z","updated_at":"2024-01-16T02:02:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8ec439b-cac8-4f75-a2a8-88f93a951b11","html_url":"https://github.com/trevorjay/atinybasic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevorjay%2Fatinybasic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevorjay%2Fatinybasic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevorjay%2Fatinybasic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trevorjay%2Fatinybasic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trevorjay","download_url":"https://codeload.github.com/trevorjay/atinybasic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244676454,"owners_count":20491828,"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-07-31T04:00:29.770Z","updated_at":"2025-03-20T19:30:23.708Z","avatar_url":"https://github.com/trevorjay.png","language":"C++","readme":"# atinybasic\n\n`atinybasic` is a straight-forward port of Dennis Allison's famous [\"Tiny BASIC\"](https://en.wikipedia.org/wiki/Tiny_BASIC) from [\"The People's Computer Company\"](https://en.wikipedia.org/wiki/People%27s_Computer_Company) [newsletter circa September 1975](https://archive.org/details/1975-09-peoples-computer-company). In the spirit of the original, `atinybasic` does not attempt to be a complete BASIC environment per se. Instead it's meant to be a starting point for building a BASIC suited for a particular project or task. I have added `RND`, `ABS` and an array to the basic feature set, but this is more to show how you might add more features than anything else.\n\n# Video\n\n[![Alt text](https://img.youtube.com/vi/GVN8z__guZE/0.jpg)](https://www.youtube.com/watch?v=GVN8z__guZE)\n\n# Installation\n\nCopy the `basic_blink` folder to where you keep your Arduino sketch folders.\n\n# Setup\n\nBy default, the included `basic_blink` sketch will start a headless BASIC interpreter running a (flash stored) program that blinks the LED attached to pin 13 on Arduino Uno boards. To enable a serial console, change the `#define CONSOLE  0` line of `config.ino` to `#define CONSOLE 1`. Also change `#define RAM  0` to `#define RAM  1` and `#define FLASH 1` to `#define FLASH  0` (this changes the program source from being the onboard flash to the onboard RAM). \n\n# Size\n\nHeadless, the interpreter only takes up 348 bytes of RAM, leaving the rest for BASIC programs themselves.\n","funding_links":[],"categories":["Dialects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevorjay%2Fatinybasic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrevorjay%2Fatinybasic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrevorjay%2Fatinybasic/lists"}