Skip to content

small bits of code to play with (currently: C, Assembly, Haskell)

Notifications You must be signed in to change notification settings

ro-i/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground

This repository contains small bits of code to play with. Some may turn into "real" projects, some will die. The code here has to be considered unstable. It may change at any time and it may break at any time, too.

strlen

Several implementations of strlen - more or less portable, more or less fast. Some implementations written in C, others in Intel 64-bit Assembly.

brainfuck

A simple brainfuck interpreter written in C/Assembly.

takeuchi

A lazy implemantation of the takeuchi function as bash and as perl script. :D (They are for a memes channel, don't take them serious!)

Memoization

Some experiments with a function cache in Haskell.

list

Some crazy weird haskell stuff... :D