Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 2.53 KB

README.md

File metadata and controls

55 lines (50 loc) · 2.53 KB

Conway's Game OF Life in Programming Languages from A-Z

  1. A => 'ada' stream
  2. B => 'bash' stream
  3. C => 'C iso1990' stream
  4. D => 'Dylan' stream
  5. E => 'Exlixir' stream
  6. F => 'Factor' stream
  7. G => 'Go' stream
  8. H => 'Hy' stream
  9. I => 'Icon' stream
  10. J => 'Java' stream
  11. K => 'Koka' stream
  12. L => 'Lisp' stream
  13. M => ' MachineCode' stream
  14. N => 'Nim'stream
  15. O => 'Ocaml'stream
  16. P => 'Processing + p5Js'stream
  17. Q => 'qBasic' stream
  18. R => 'Racket' stream
  19. S => 'Swift' stream
  20. T => 'Tcl' stream
  21. U => 'UxnTal' stream
  22. V => 'VisualBasic' stream
  23. W => 'Webassembly' stream
  24. X => 'X10' stream
  25. Y => 'YoRick' stream
  26. Z => 'Zig' stream

Completing the leftovers tasks

  1. A -> K , optimized or refactor code, and complete Koka, factor is still leftout for last stream
  2. L , complete lisp implementation of GOL, stream
  3. M, add new feature in assembly stream
  4. M, still working on it, understood about register behaviour during function calls stream
  5. M made some good progress, implemented alive count and next_step fucntion , it seems to have bugged out at corners otherwise works stream
  6. M completed GOl in asm, problem was with matrix_copy, and started GOL in idris docs -> https://docs.idris-lang.org/en/latest/tutorial/typesfuns.html#functions steam
  7. I -> idris, implemented GOL in idris, completed, time sleep and slowly print not working other wise works stream

Not Completed

  • factor; cannot do this, to much to learn
  • uxntal