User:Cantanima: Difference between revisions

From Rosetta Code
Content added Content deleted
(updating with a list of my contributions)
m (→‎Modula-3: updated)
Line 19: Line 19:
==Modula-3==
==Modula-3==


For the most part (as of November 2018, a week or so after I first joined) I've been adding Modula-3 implementations of various tasks. I started off just "fixing" a couple of implementations that needed attention, and then got carried away adding implementations that didn't exist. So far, I'm guilty of
For the most part I've been adding Modula-3 implementations of various tasks. I started off just "fixing" a couple of implementations that needed attention, and then got carried away adding implementations that didn't exist. So far, I'm guilty of


* [[Arithmetic/Rational#Modula-3|Arithmetic/Rational]]
* [[Arithmetic/Rational#Modula-3|Arithmetic/Rational]]
* [[Caesar cipher#Modula-3|Caesar cipher]]
* [[Caesar cipher#Modula-3|Caesar cipher]]
* [[Dining philosophers#Modula-3|Dining philosophers]]
* [[Fibonacci sequence#Modula-3|Fibonacci sequence]]
* [[Fibonacci sequence#Modula-3|Fibonacci sequence]]
* [[Gaussian elimination#Modula-3|Gaussian elimination]]
* [[Gaussian elimination#Modula-3|Gaussian elimination]]

Revision as of 05:12, 21 November 2018

I work in mathematics but dabble in computer science, in part because my research requires me to write code.

My Favorite Languages
Language Proficiency
Ada Learning, and intrigued
BASIC Very Very Rusty, and glad of it
C Active, and sorry for it
C++ Active, and sorry for it
Eiffel Rusty, and sorry for it
Java Rusty
Kotlin Learning, and liking it
Modula-2 Rusty
Modula-3 Learning, and loving it
Oberon Appreciate it
Pascal Rusty
Perl Very Very Rusty, and glad of it
UNIX Shell Weak

Modula-3

For the most part I've been adding Modula-3 implementations of various tasks. I started off just "fixing" a couple of implementations that needed attention, and then got carried away adding implementations that didn't exist. So far, I'm guilty of

I'm not particularly fanatical about Modula-3; I just happen to enjoy it a lot, certainly more than other languages I've had to use, and these tasks were there, waiting to be done (or improved). I may add implementations for other tasks in other languages as time and energy permit.