Posts by Spenser Truex • 126 points
2 posts
-
1
votes10
answers1739
viewsA: How to count the zeroes to the right of a number?
Version in pseudocode: function contar-zeros (numero conta) if numero = 0 return 1 else-if (mod numero 10) = 0 contar-zeros (numero / 10), (conta + 1) //Recursiva else return conta Version in Common…
-
0
votes1
answer35
viewsA: How to add . Asd systems in Lisp/Windows7?
Need to use (require :asdf) in the Allegro, and also needs to put the LispFuck in the "ASDF load directory". Then (asdf:load-system :brain). This program is created by me.…