xubiod / crazy

A lookup implementation of the crazy operation from Malbolge.

Home Page:https://pkg.go.dev/github.com/xubiod/crazy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crazy

An attempt to try to re-create the crazy operation from Malbolge using a lookup method with the truth table.

Your best bet for complete accuracy is CrazyString because CrazyInt takes in integers (int64) which some of the ternary bits could get cut off by integer parsers if they were zero.

Why?

It's summer, it's basically hot as hell and Malbolge was named after the eighth circle of hell. It fits.

About

A lookup implementation of the crazy operation from Malbolge.

https://pkg.go.dev/github.com/xubiod/crazy

License:MIT License


Languages

Language:Go 100.0%