github.com/xubiod/crazy

A lookup implementation of the crazy operation from Malbolge.


Keywords
crazy-operation, go, golang
License
MIT
Install
go get github.com/xubiod/crazy

Documentation

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.