User:Rldrenth: Difference between revisions

Content added Content deleted
No edit summary
Line 24: Line 24:
Python code contributer to RC.
Python code contributer to RC.
Also have edited some C, C++, Java examples. ME10 is a 'macro' language used in CoCreate CAD products. Its libraries and syntax are pretty rudimentary, but it get's the job done. Verilog is a language used in designing and simulating hardware. Favorite editor - vi,vim, of course.
Also have edited some C, C++, Java examples. ME10 is a 'macro' language used in CoCreate CAD products. Its libraries and syntax are pretty rudimentary, but it get's the job done. Verilog is a language used in designing and simulating hardware. Favorite editor - vi,vim, of course.

Added C example of Evolution Algorithm (as anonymous) and the Python example of Expression Evaluator. The
funky recursion stuff in the Python Prime Decomposition task was started by me, although it's been modified
since.