February 2011
9 posts
2 tags
spewns asked: How do you like Factor? It looks like a strange language, and I've never heard anything about it.
3 tags
Conway's Game of Life in Factor Programming...
I wrote in few hours everything seem ok but algorithm ahah. it doesnt work right :D I will cook a screencast after fix the bug.
1 tag
Trip Hop - Playlist
1 tag
1 tag
Nemerle, Factor (tagged), Alice ML, and other... →
2 tags
My First Factor Application
Enter an github username and press get. It will show information about user, list user’s repositories and displaying his/her gravatar picture.
Of course it needs extending and doesn’t seem cool but its my first factor app :) I was develop this app with github vocabulary which written by mrjbq7.
Here is a screenshot:
1 tag
Pong - Intro
I can move the racket by mouse and collision tests is OK! You cant see winning or game over state but they still there. At the background if you win computer you earning score points. At the least there is a very big performance problem which i cant solve.
1 tag
Pacman Fail!
After writing some conde with haskell i tried to port pacman game but if you look the picture you can see the epic fail. He is very hungry, trying to eating walls.
Whatever i use SDL for media, and pacman moves by arrow keys.
Some lessons:
WTF! its just a collision test but i can’t.
Firstly i need to write Pong game!
2 tags
Haskell Realworld: Nice and Basic DSL for CPU
Don Stewart’s presentation is here. He writing a simple dsl (Domain Specific Language) for controlling cpu via gnu tools. If you ever play with haskell you can understand the presentation easily.