51AC8 is a stack based golfing / esolang that I am trying to make.

Overview

51AC8

51AC8 is a stack based golfing / esolang that I am trying to make.

NOTE: Currently in Development. Things might break.

Issues and PRs welcome.

Installation

git clone https://github.com/Pygamer0/51AC8

Examples

Hello, World!

ōHello, World!`

or

pHello, World!`

While loop

ī(;ṭ-1)

With explanation (another version)

ī(     # Take input (int) and start while loop
  ;    # Duplicate the top of the stack
  ³    # Cube the top of the stack
  ±    # Negate the top of the stack
  ½    # Half the top of the stack
  ṭ    # Pop and print
  -1   # Subtract one
)      # End loop
You might also like...
4Geeks Academy Full-Stack Developer program final project.

Final Project Chavi, Clara y Pablo 4Geeks Academy Full-Stack Developer program final project. Authors Javier Manteca - Coding - chavisam Clara Rojano

PDX Code Guild Full Stack Python Bootcamp starting 2022/02/28
PDX Code Guild Full Stack Python Bootcamp starting 2022/02/28

Class Liger Rough Timeline Weeks 1, 2, 3, 4: Python Weeks 5, 6, 7, 8: HTML/CSS/Flask Weeks 9, 10, 11: Javascript Weeks 12, 13, 14, 15: Django Weeks 16

An extension module to make reaction based menus with disnake

disnake-ext-menus An experimental extension menu that makes working with reaction menus a bit easier. Installing python -m pip install -U disnake-ext-

Make your functions return something meaningful, typed, and safe!
Make your functions return something meaningful, typed, and safe!

Make your functions return something meaningful, typed, and safe! Features Brings functional programming to Python land Provides a bunch of primitives

Make your Discord Account Online 24/7!

Online-Forever Make your Discord Account Online 24/7! A Code written in Python that helps you to keep your account 24/7. The main.py is the main file.

Simple tools to make/dump CPC+ CPR cartridge files

Simple tools to make/dump CPC+ CPR cartridge files mkcpr.py: make a CPR file from files (one chunk per file); see notes cprdump.py: dump the chunks of

Make discord server By Coding!

Discord Server Maker Make discord server by Coding! FAQ How can i get role permissons? Open discord with chrome developer tool, go to network and clic

🍏 Make Thinc faster on macOS by calling into Apple's native Accelerate library
🍏 Make Thinc faster on macOS by calling into Apple's native Accelerate library

🍏 Make Thinc faster on macOS by calling into Apple's native Accelerate library

A simple bot that will help you in your learning and make it more fun.

hyperskill-SimpleChattyBot-python A simple bot that will help you in your learning and make it more fun. Syntax bot.py Stages Stage #1: Zuhura Bot we

Comments
  • TODO

    TODO

    This issue will a todo list.

    • [ ] Add:
      • [x] 1/2 (symbol) to split strings / arrays into half.
      • [x] String (chars) equality.
      • [x] More numpy array things.
      • [x] Sorting array
      • [ ] Python Builtin ->
      • [x] Vyxal style constants?
      • [ ] Map and
      • [x] Functions
      • [x] Join for arrays.
      • [x] #6
      • [x] Sum array
      • [x] Random
      • [x] Slice
      • [ ] reduce
      • [x] Power
    • [x] Stricter checking for operations.
    • [x] Add conversions:
      • [x] Number to Binary representation.
        • lambda n:map(int,bin(n)[2:])
      • [x] String to Array of Number or just a Number if len(String) == 1
    • [x] Add docs
    • [x] Single input command
    • [x] Make a code_page.txt.
    • [x] Match code_page chars with ascii chars
    enhancement 
    opened by PyGamer0 2
  • Operator overloading

    Operator overloading

    • [x] Array functionatity change
      • [x] Range can be used for range and array rotate
      • [x] F flatten
    • [x] Small r overloaded to random number between first and last element on the array.
    • [x] Stricter checking for other operators
    enhancement 
    opened by PyGamer0 0
Releases(v0.0.2)
Owner
null
It is Keqin Wang first project in CMU, trying to use DRL(PPO) to control a 5-dof manipulator to draw line in space.

5dof-robot-writing this project aim to use PPO control a 5 dof manipulator to draw lines in 3d space. Introduction to the files the pybullet environme

Keqin Wang 4 Aug 22, 2022
vFuzzer is a tool developed for fuzzing buffer overflows, For now, It can be used for fuzzing plain vanilla stack based buffer overflows

vFuzzer vFuzzer is a tool developed for fuzzing buffer overflows, For now, It can be used for fuzzing plain vanilla stack based buffer overflows, The

Vedant Bhalgama 5 Nov 12, 2022
Plock : A stack based programming language

Plock : A stack based programming language

null 1 Oct 25, 2021
jonny is a stack based programming language

jonny-lang jonny is a stack based programming language also compiling jonny files currently doesnt work on windows you can probably compile jonny file

null 1 Nov 24, 2021
Morth - Stack Based Programming Language

Morth WARNING! THIS LANGUAGE IS A WORKING PROGRESS. THIS IS JUST A HOBBY PROJECT

Dominik Danner 2 Mar 5, 2022
A simple assembly- and brainfuck-inspired stack-based language

asm-stackfuck A simple assembly- and brainfuck-inspired stack-based language. The language has a few goals: Be stack-based Look like assembly Have a s

Nils Trinity 1 Feb 6, 2022
A collection of full-stack resources for programmers.

A collection of full-stack resources for programmers.

Charles-Axel Dein 22.3k Dec 30, 2022
Python with the scientific stack, compiled to WebAssembly.

Pyodide may be used in any context where you want to run Python inside a web browser.

null 9.5k Jan 9, 2023
Cloud Native sample microservices showcasing Full Stack Observability using AppDynamics and ThousandEyes

Cloud Native Sample Bookinfo App Observability Bookinfo is a sample application composed of four Microservices written in different languages.

Cisco DevNet 13 Jul 21, 2022
Stack BOF Protection Bypass Techniques

Stack Buffer Overflow - Protection Bypass Techniques

ommadawn46 18 Dec 28, 2022