ClojureNauts / projects

Collection for ideas to work on in the process of learning
0 stars 0 forks source link

Collecting ideas #1

Open pxlpnk opened 9 years ago

pxlpnk commented 9 years ago

I would love to collect some ideas for pet projects we can work on. This can be from simple computer science related terms like sorting algorithms to funny "tools" pretty much anything.

dvberkel commented 9 years ago

I was thinking of create a bot for our twitter-account

dvberkel commented 9 years ago

I think I want to play with quil, a processing-clone for Clojure.

pxlpnk commented 9 years ago

What should the twitter bot do? Quil looks nice. I was thinking of an implementation for validating a pushdown automaton: http://en.wikipedia.org/wiki/Pushdown_automaton

pxlpnk commented 9 years ago

Uh we have a twitter account? nice :D

dvberkel commented 9 years ago

@pxlpnk how would you validate a pushdown automaton?

dvberkel commented 9 years ago

@pxlpnk maybe our twitter-bot could tweet changes to our GitHub organization?

pxlpnk commented 9 years ago

well no 100% idea yet how the PD would look like! (: I am currently checking other resources on how people did it. twitterbot sounds like a nice thing. Shouldn't be too hard. Would you do the whole API thing on our own or use a library?

dvberkel commented 9 years ago

In would like to start out with libraries with the twitter-bot.