All Projects → Mego → Seriously

Mego / Seriously

Licence: MIT License
A golfing language that is probably terrible

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Seriously

Vyxal
A golfing language that has aspects of traditional programming languages - terse, elegant, readable.
Stars: ✭ 134 (+71.79%)
Mutual labels:  stack, code-golf, golfing-language
PYKE
Indev golfing language
Stars: ✭ 18 (-76.92%)
Mutual labels:  stack, code-golf, golfing-language
aya
Pocket sized programs
Stars: ✭ 39 (-50%)
Mutual labels:  code-golf, golfing-language
paradoc
GolfScript/CJam-inspired stack-based programming language that can be golfed or written literately*
Stars: ✭ 71 (-8.97%)
Mutual labels:  code-golf, golfing-language
pip
Pip: an imperative code-golf language
Stars: ✭ 22 (-71.79%)
Mutual labels:  code-golf, golfing-language
osu-cs-class-explorer
Angular-based web app allows OSU eCampus CS students to view candid class reviews from past students. Data scraped from OSU subreddit survey.
Stars: ✭ 24 (-69.23%)
Mutual labels:  stack
web-haskell-graphql-postgres-boilerplate
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
Stars: ✭ 114 (+46.15%)
Mutual labels:  stack
monopati
Well-typed paths
Stars: ✭ 20 (-74.36%)
Mutual labels:  stack
stack-guard
A toy implementation of 'Stack Guard' on top of the LLVM compiler toolchain
Stars: ✭ 21 (-73.08%)
Mutual labels:  stack
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-57.69%)
Mutual labels:  stack
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (-44.87%)
Mutual labels:  stack
cfn-encrypt
🔑🔐☁️ Cloudformation custom resource that enables creation of KMS encrypted strings and SSM secure parameters
Stars: ✭ 13 (-83.33%)
Mutual labels:  stack
React-Realtime-Chat
A full-stack reproduction of the popular realtime chat application, Slack (http://slack.com) using React and GraphQL Subscriptions.
Stars: ✭ 16 (-79.49%)
Mutual labels:  stack
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+385.9%)
Mutual labels:  stack
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-39.74%)
Mutual labels:  stack
maze-generator
A real-time JavaScript maze generator using the depth-first search algorithm
Stars: ✭ 13 (-83.33%)
Mutual labels:  stack
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+215.38%)
Mutual labels:  stack
gossip
An online user interface to efficiently author and delivery awesome and informative presentation. 🚀
Stars: ✭ 378 (+384.62%)
Mutual labels:  stack
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (-78.21%)
Mutual labels:  stack
42-push swap
📚 Sorting algorithm using only two stacks
Stars: ✭ 17 (-78.21%)
Mutual labels:  stack

Actually Build Status Build status PyPI license codecov CII Best Practices

A golfing language that is probably terrible. It is currently being developed. Actually is the spiritual successor to Seriously. Actually is stack-based, and is unique in its amount of single-character commands. Every character whose ordinal is in [0,255] does something (or will, once I finish development).

All strings are valid programs. There is no such thing as a syntax error, and anything that appears to be a runtime error is actually a no-op (NOP). If you call a command that expects a string on top of the stack, but the top value is an integer, instead of throwing an error, it silently performs a NOP. Eventually, this will not be seen, as the goal for Seriously is for every character and stack state to map to a command.

Seriously's name was inspired by this challenge. Actually followed because it is also an adverb, and it also looks funny in answer headers.

Try the online interpreter. This is part of Try it online! by @DennisMitchell.

Commands

See commands.txt

Examples

Hello, World!

H

If you prefer a more interesting version:

"Hello, World!"

Primality Test

p

99 Bottles of Beer

N

Coprimality Test

g1=

Counting the divisors of a number

w⌠iXu⌡Mπ

or

÷l
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].