{"id":28194286,"url":"https://github.com/humansinput/yatc","last_synced_at":"2025-05-16T13:12:06.004Z","repository":{"id":128773900,"uuid":"221958520","full_name":"humansinput/yatc","owner":"humansinput","description":"Yet Another Clone of Tcl - a small interpreted language with syntax similar to Tcl","archived":false,"fork":false,"pushed_at":"2019-11-15T16:09:13.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T09:12:03.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/humansinput.png","metadata":{"files":{"readme":"README.asciidoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-15T16:06:41.000Z","updated_at":"2024-03-09T12:19:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c5fd844-0e60-4414-9b43-da29b8257755","html_url":"https://github.com/humansinput/yatc","commit_stats":null,"previous_names":["humansinput/yatc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fyatc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fyatc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fyatc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fyatc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/yatc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535800,"owners_count":22087399,"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":"2025-05-16T13:11:48.770Z","updated_at":"2025-05-16T13:12:05.970Z","avatar_url":"https://github.com/humansinput.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Yatc - Yet Another Tcl Clone\n\n** THIS SOFTWARE IS EXPERIMENTAL AND ISN'T PROBABLY READY FOR PRODUCTION USE **\n\n**Yatc** is a relatively tiny and ultra-portable virtual machine for running scripts written in Yatc - a scripting language heavily mocking Tcl and Ruby. The main goals of this project are:\n\n[squares]\n- to create an extendable scripting language that would allow writing extensions for embedded systems\n- to make a virtual machine for that language that can be really easily embedded into a commercial product without any licensing problems\n- to make that virtual machine as portable as possible\n\n== Building\n\nYou'll need:\n- macOS, Linux or FreeBSD \n- GCC or clang\n- A full installation of KDE Plasma 4 or 5 if you want the KDE frontend\n\nRun this command to build:\n\n[source,bash]\n----\n$ sh build.sh\n----\n\nThis will produce ``yatc`` - the standalone intepreter - and ``libyatc.a`` - the static library containing the embeddable version of the interpreter.\n\n== Docs\n\nSee the wiki for this project, I guess?\n\n== License\n\n[source]\n----\nBSD 3-Clause License\n\nCopyright (c) 2019, Tim K/RoverAMD \u003ctimprogrammer@rambler.ru\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n----\n\nContains TinyExpr (https://github.com/codeplea/tinyexpr) by Lewis Van Winkle (codeplea)\n\n[source]\n----\nzlib License\n\nCopyright (C) 2015, 2016 Lewis Van Winkle\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n\n1. The origin of this software must not be misrepresented; you must not\n   claim that you wrote the original software. If you use this software\n   in a product, an acknowledgement in the product documentation would be\n   appreciated but is not required.\n2. Altered source versions must be plainly marked as such, and must not be\n   misrepresented as being the original software.\n3. This notice may not be removed or altered from any source distribution.\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fyatc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Fyatc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fyatc/lists"}