awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dimsumthinking avatar

dimsumthinking/TurtlePlayground

0
View on GitHub↗
126 stars·11 forks·Swift·7 views

TurtlePlayground

Swift playground using Logo-like commands

Features

  • Language Implementation - Implements Logo-like turtle graphics commands.

Star history

Star history chart for dimsumthinking/turtleplaygroundStar history chart for dimsumthinking/turtleplayground

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to TurtlePlayground

Similar open-source projects, ranked by how many features they share with TurtlePlayground.
  • ahoppen/introduction-to-compilersahoppen avatar

    ahoppen/introduction-to-compilers

    476View on GitHub↗

    Swift Playground giving an overview over the inner workings of modern compilers

    Swift
    View on GitHub↗476
  • brianhill/register-vm-in-swiftbrianhill avatar

    brianhill/register-vm-in-swift

    9View on GitHub↗

    A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier

    Swift
    View on GitHub↗9
  • igorkulman/swiftpascalinterpreterigorkulman avatar

    igorkulman/SwiftPascalInterpreter

    292View on GitHub↗

    Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.

    Swift
    View on GitHub↗292
  • marciok/mumarciok avatar

    marciok/Mu

    1,044View on GitHub↗

    It's a Swift playground explaining how to create a tiny programming language named Mu

    Swift
    View on GitHub↗1,044
See all 7 alternatives to TurtlePlayground→

Frequently asked questions

What does dimsumthinking/turtleplayground do?

Swift playground using Logo-like commands

What are the main features of dimsumthinking/turtleplayground?

The main features of dimsumthinking/turtleplayground are: Language Implementation.

What are some open-source alternatives to dimsumthinking/turtleplayground?

Open-source alternatives to dimsumthinking/turtleplayground include: ahoppen/introduction-to-compilers — Swift Playground giving an overview over the inner workings of modern compilers. brianhill/register-vm-in-swift — A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier. igorkulman/swiftpascalinterpreter — Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series. marciok/mu — It's a Swift playground explaining how to create a tiny programming language named Mu. mkchoi212/lbac-swift — Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds. nsexceptional/asm-swift — A playground for learning Assembly language through Swift.