Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

mindfuck, a brainfuck interpreter written in Python #8253

Closed
wants to merge 1 commit into from
Closed

mindfuck, a brainfuck interpreter written in Python #8253

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 24, 2011

Simple little interpreter for brainfuck in Python.

def install
system "cp mindfuck.py mindfuck"
system "chmod +x mindfuck"
bin.install "mindfuck"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cp and install can be one in one step: bin.install 'mindfuck.py' => 'mindfuck' and the chmod should be done with with Ruby methods: chmod 0755, bin+'mindfuck'.

@ghost
Copy link
Author

ghost commented Nov 1, 2011

Ah, nifty. Redid the commit using the comments.

@bfroehle
Copy link
Contributor

bfroehle commented Nov 3, 2011

To quote issue #3311:

I think this has been done fairly well but I think mindfuck/brainfuck are both a bit too niche
and useless for Homebrew. Thanks for adding anyway!

@samueljohn
Copy link
Contributor

Could you instead try to get it into the PyPi (Python package index?) so pip install would work?
Though I love python, I agree that this is not really needed in homebrew.

close?

@jacknagel
Copy link
Contributor

Closing since this has been previously been rejected.

@jacknagel jacknagel closed this Feb 7, 2012
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants