CRGreathouse

Joined 15 May 2024
m
link
(add Go; split off out of practice languages)
m (link)
 
(5 intermediate revisions by the same user not shown)
Line 1:
{{mylangbegin|Languages I use}}
{{mylang|C|advanced}}
{{mylang|C sharp|out of practiceintermediate|C#}}
{{mylang|Go|beginner}}
{{mylang|JavaScript|advanced}}
{{mylang|LaTeX|advanced}}
{{mylang|Mathematica|beginner}}
{{mylang|MySQL|intemediateintermediate}}
{{mylang|PARI/GP|advanced}}
{{mylang|Perl|intermediate}}
Line 13 ⟶ 14:
{{mylang|UNIX Shell|intermediate}}
{{mylangend}}
*[[User:CRGreathouse/lang tags|Bare lang tags]] on RC
{{mylangbegin}}
*[[:Category:PARI/GP]]
{{mylang|BASIC|out of practice}}
*[[Reports:Tasks not implemented in PARI/GP]]
{{mylang|C sharp|out of practice|C#}}
*[[Special:MostLinkedCategories]]/[[RC POP.OUT]]
{{mylang|Forth|out of practice}}
*[[User:CRGreathouse/PARI GP contributors]]
{{mylang|Java|out of practice}}
*Useful PARI/GP tasks: [[Operator precedence#PARI/GP|Operator precedence]]
{{mylang|LabVIEW|out of practice}}
<br clear="right">
{{mylang|MATLAB|out of practice}}
{{mylangmylangbegin|VBScript|outOut of practice}}
{{mylang|Visual BasicBASIC|out of practiceintermediate}}
{{mylang|Forth|out of practicebeginner}}
{{mylang|Java|out of practiceintermediate}}
{{mylang|LabVIEW|out of practicebeginner}}
{{mylang|MATLAB|out of practicebeginner}}
{{mylang|VBScript|beginner}}
{{mylang|Visual Basic|intermediate}}
{{mylangend}}
<!-- The scale I'm using:
(non-user) -- beginner -- intermediate -- advanced -- expert -- (designer)
 
Other values, like "out of practice", can be used but are not ranked.
-->
 
*[[User:CRGreathouse/lang tags|Bare lang tags]] on RC
*[[:Category:PARI/GP]]
*[[Reports:Tasks not implemented in PARI/GP]]
*[[Special:MostLinkedCategories]]
*[[User:CRGreathouse/PARI GP contributors]]
 
==My tasks==
Line 74 ⟶ 73:
quadgen(5).disc \\ another member function
Fibonacci=7 \\ should not be highlighted</lang>
 
== PARI/GP Features ==
 
<code>&</code> and <code>|</code> were [http://pari.math.u-bordeaux.fr/archives/pari-announce-11/msg00001.html deprecated in 2011] and became obsolete in 2013. Please use <code>&&</code> and <code>||</code> instead.