User:Mlochbaum: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page)
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylangbegin}}
{{mylang|C|beginner}}
{{mylang|APL|expert}}
{{mylang|Factor|beginner}}
{{mylang|BQN|creator}}
{{mylang|C|proficient}}
{{mylang|Haskell|platonic (I know all the theory, but haven't written any code)}}
{{mylang|Factor|novice}}
{{mylang|Haskell|intermediate}}
{{mylang|J|expert}}
{{mylang|J|expert}}
{{mylang|Java|experienced (and wish I wasn't)}}
{{mylang|Java|intermediate}}
{{mylang|JavaScript|proficient}}
{{mylang|Python|proficient}}
{{mylang|Python|proficient}}
{{mylang|Scala|proficient}}
{{mylangend}}
{{mylangend}}


== Introduction ==
== Introduction ==
[https://aplwiki.com/wiki/Marshall_Lochbaum This one]; also see my Github homepage [https://mlochbaum.github.io/ here]. I started programming in J in 2009 and now primarily use BQN, an array language I designed ([https://mlochbaum.github.io/BQN/commentary/history.html some history]). Interests include language design and implementation, music creation, and mathematical and scientific programming.
I'm Marshall. I started programming in J in 2009 and I've been writing tons of code since then. I've since picked up a few languages, but J remains my first choice for 95% of my code (as in, when I don't absolutely have to use a compiler for performance reasons). My major interests are mathematics, scientific programming (encompassing essentially all code where the focus is on algorithms and not on writing classes), and language design.

So far I've only made edits to J articles from various addresses, although I plan to start writing some solutions in Factor soon--I need an excuse to learn it better.

Latest revision as of 15:26, 15 September 2021

My Favorite Languages
Language Proficiency
APL expert
BQN creator
C proficient
Factor novice
Haskell intermediate
J expert
Java intermediate
JavaScript proficient
Python proficient

Introduction

This one; also see my Github homepage here. I started programming in J in 2009 and now primarily use BQN, an array language I designed (some history). Interests include language design and implementation, music creation, and mathematical and scientific programming.