User:Heiner: Difference between revisions

From Rosetta Code
Content added Content deleted
(found SML)
(→‎About: updated)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylangbegin}}
{{mylang|Awk|advanced}}
{{mylang|AWK|advanced}}
{{mylang|C|professional}}
{{mylang|C|professional}}
{{mylang|Dc|advanced}}
{{mylang|Dc|advanced}}
Line 18: Line 18:


== About ==
== About ==
I'm born in 1957, live in Berlin and work as a software engineer.
* I'm born in 1957, live in Berlin and worked as a software engineer (now retired).
* In 2020 I was exploiting "dc" as a programming language. Really.
* In 2022 I'm trying to learn "rust".


== Links ==
== Links ==
* Last Changes: [https://rosettacode.org/mw/index.php?title=Special:RecentChanges&limit=100 '''100''']
<span></span>
* [[:Category:RCTemplates]]
* [[:Category:RCTemplates]]
* [[:Category:Programming Languages]]
* [[:Category:Programming Languages]]
* [[:Category:Programming Tasks]]
* [[:Category:Programming Tasks]]
* [[:Category:Basic language learning]]

* [[:Category:Draft Programming Tasks]]
* [[:Category:Draft Programming Tasks]]
<span></span>
* [[Rosetta Code:Solve a Task]]
* [[:Category:Encyclopedia]]
<span></span>
* [[Rosetta Code/Rank languages by popularity]]
* [[RC POP.OUT]]

== Tasks of interest ==
Not yet done with...
* Has incomplete theory: [[Minimum positive multiple in base 10 using only 0 and 1|B10]]
* Has similar tasks: [[Stirling numbers of the second kind]]
* Wow: [[Recaman's sequence]]. See OEIS for results about first 10^230 terms.
=== Could use a dc solution ===
* [[Write language name in 3D ASCII]]

== Special Idioms ==
... for this wiki:
* When a task does not match a language at all: use [[Template:Omit from]], either sorted in alphabetically, or collected at the end of the task. See e.g. [[Reports:Tasks not implemented in Tcl]] (also has an explicit hint)
* To start quoting output of a program have a line: <code><nowiki>{{out}}</nowiki></code>
* Embed the output itself in: <code><nowiki><pre></nowiki></code> and <code><nowiki></pre></nowiki></code>
... for any wiki:
* Long output may want its own scroll bar: <code><nowiki><pre style="height:11em; overflow: auto;"></nowiki></code>
* The <code><nowiki><pre></nowiki></code>-like embedded text snippets above are generated with <code><nowiki><code></nowiki></code> and <code><nowiki></code></nowiki></code>

Latest revision as of 14:47, 22 February 2023

My Favorite Languages
Language Proficiency
AWK advanced
C professional
Dc advanced
Haskell beginner
Java medium
JavaScript medium
Sed professional
Standard ML advanced
Tcl medium
UNIX Shell professional

About

  • I'm born in 1957, live in Berlin and worked as a software engineer (now retired).
  • In 2020 I was exploiting "dc" as a programming language. Really.
  • In 2022 I'm trying to learn "rust".

Links

  • Last Changes: 100

Tasks of interest

Not yet done with...

Could use a dc solution

Special Idioms

... for this wiki:

  • When a task does not match a language at all: use Template:Omit from, either sorted in alphabetically, or collected at the end of the task. See e.g. Reports:Tasks not implemented in Tcl (also has an explicit hint)
  • To start quoting output of a program have a line: {{out}}
  • Embed the output itself in: <pre> and </pre>

... for any wiki:

  • Long output may want its own scroll bar: <pre style="height:11em; overflow: auto;">
  • The <pre>-like embedded text snippets above are generated with <code> and </code>