Skip to content
    ThusEndingTheStory

    ThusEndingTheStory

    @ThusEndingTheStory
    A computer nerd with a hobby for making toy/esoteric programming languages
    Under your grandpa's stairs
    Website
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    10 months ago
    0
    packagemanager
    packagemanagerJust a simple package manager concept
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    11 months ago
    0
    Factorial in TASEL
    Factorial in TASELThis is a factorial function for TASEL, a stack-based language that I made. Check it out.
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    11 months ago
    0
    Indentation Parsing Example
    Indentation Parsing ExampleI've been working with this idea for quite a long time now. I like making toy languages (see my 'Pickle' for a painful one) and I quite like the syntax of Python and the way it (and other languages) use indentation. So! The below example is with Python's syntax, but you can use any syntax with indentation. The parse_indentation function turns def greet(name): print("Hi, " + name + "!") into ['def greet(name):', ['print("Hi, " + name + "!")']] Credit would be appreciated, but it's fine if you don't want to!
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    11 months ago
    0
    PTMD Number Generator
    PTMD Number GeneratorGenerates a number with PTMD, which stands for Plus Times Minus Divide. More info in the ptmd function.
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    progressBar
    progressBarA very slightly modified progress bar in Python from here
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    err
    errtoes
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    Anagram Finder
    Anagram FinderPut in a word (only one word) and press enter. Try "cereal"
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    1
    OpenAI Chatbot
    OpenAI ChatbotI created a chatbot with the python OpenAI API. Enter q to quit. It gets the response, dumps it in a JSON file, gets the text response, adds it to the chat variable, and then in the next iteration it feeds the bot the whole chat variable, allowing the chatbot to review previous messages.
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    Sierpinski Triangle
    Sierpinski TrianglePoints in points.txt generated with Filska, an esoteric programming language developed in the book "Strange Code" by Ronald T. Kneusel. The Python code to show it is also by him.
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    Lisp Dialect to Javascript Conversion (UNFINISHED)
    Lisp Dialect to Javascript Conversion (UNFINISHED)https://citw.dev/tutorial/create-your-own-compiler
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    Silena Extensions Suggestions
    Silena Extensions SuggestionsComment on this repl to suggest extensions for my language, Silena. If there is a source code, include a link to it. Thanks to https://github.com/pipeseroni/pipes.sh for this awesome terminal screensaver
    ThusEndingTheStory
    ThusEndingTheStory
    published a Repl
    1 year ago
    0
    Seed-Based Text Generator
    Seed-Based Text GeneratorA simple project I wanted to try out. Type a seed then press enter, and it will give you seemingly random (but not) characters. (Ex. Hello, World! -> `2#579)=eup]a)
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang