User:Rldrenth: Difference between revisions

From Rosetta Code
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.

Revision as of 23:22, 6 October 2009

Languages I abstain from
Languages Reasons
Ruby too cryptic, Perlish
Cobol just plain ugly
Ada excess syntax & keywords
Favorite Languages
Language Proficiency
C advanced
C sharp novice
Python advanced
Verilog intermediate
Languages I use
Language Proficiency
assembly low-intermediate
BASIC intermediate
C++ advanced
Delphi rusty
Java novice
JavaScript when need to
ME10 macro intermediate
Perl novice
UNIX Shell getting rusty

About Me

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.

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.