User:Eriksiers: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Unsorted Code: added Alternate CLISP exponentiation)
(meh)
Line 2: Line 2:
{{mylang|BASIC|My preferred language family}}
{{mylang|BASIC|My preferred language family}}
{{mylang|PowerBASIC|My overall favorite BASIC,<BR>and my overall-preferred IDE}}
{{mylang|PowerBASIC|My overall favorite BASIC,<BR>and my overall-preferred IDE}}
{{mylang|REALbasic|What I use for Linux GUI}}
{{mylang|FreeBASIC|What I use for Linux-everything-else}}
{{mylang|FreeBASIC|What I use for Linux-everything-else}}
{{mylang|Visual Basic|What I use for Windows GUI... for now}}
{{mylang|Visual Basic|What I use for Windows GUI... for now}}
{{mylang|QuickBASIC|My preferred DOS IDE}}
{{mylang|QuickBASIC|My preferred DOS IDE}}
{{mylang|REALbasic|What I would use for Linux GUI, if I had to}}
{{mylang|Batch File|Somewhere between "decent" and "good"}}
{{mylang|Batch File|Somewhere between "decent" and "good"}}
{{mylang|UNIX Shell|Nowhere near as good as I need to be}}
{{mylang|UNIX Shell|Nowhere near as good as I need to be}}
Line 18: Line 18:
{{mylang|Visual Basic .NET|Minimal knowledge}}
{{mylang|Visual Basic .NET|Minimal knowledge}}
{{mylang|Befunge|Shrug}}
{{mylang|Befunge|Shrug}}
{{mylang|Lisp|Just started learning}}
{{mylangend}}
{{mylangend}}


{{notmylangbegin}}
{{notmylangbegin}}
{{Notmylang|QB64|Bloat, unnecessary library requirements,<BR>weird C++ code generation.<BR>Definitely not ready for prime time.}}
{{Notmylang|QB64|Bloat, unnecessary library requirements,<BR>''weird'' C++ code generation.<BR>Definitely not ready for prime time.}}
{{Notmylang|Liberty Basic|I have my reasons; let's leave it at that.}}
{{Notmylang|Liberty Basic|I have my reasons; let's leave it at that.}}
{{mylangend}}
{{mylangend}}
Line 29: Line 30:
Somewhat obviously, my name is Erik Siers. I'm one of the BASIC cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.)
Somewhat obviously, my name is Erik Siers. I'm one of the BASIC cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.)


I've been working on a [http://sourceforge.net/projects/visible/ VB4/5/6-to-ANSI-C/C++ translator] for a while. A ''long'' while -- first got the idea several years ago. No released code as yet, but it's progressing... slowly. ''Really'' slowly. One problem is that I'm writing it in VB6, so that it can translate itself (a [[wp:Self-hosting|Self-hosting]] compiler). I also need to do it without using any API calls whatsoever. (Not ''that'' hard, but I've already had to kick myself a few times.)
I've been working on a [http://sourceforge.net/projects/visible/ VB4/5/6-to-ANSI-C/C++ translator] for a while. A ''long'' while -- first got the idea several years ago. No released code as yet, but it's progressing... slowly. ''Really'' slowly. One problem is that I'm writing it in VB6, so that it can translate itself (a [[wp:self-hosting|self-hosting]] compiler). I also need to do it without using any API calls whatsoever. (Not ''that'' hard, but I've already had to kick myself a few times.)


(Another problem is that I have very little motivation to actually work on this project.)
(Another problem is that I have very little motivation to actually work on this project.)


I could use some help, actually. Anyone familiar with non-[[.Net Framework|.Net]] [[:Category:Visual Basic|Visual Basic]], [[:Category:C|C]], or (especially) [[:Category:C++|C++]] would be very much appreciated. If you wanna join the party, [[User talk:Eriksiers|drop me a line]].
I could use some help, actually. Anyone familiar with [[:Category:Visual Basic|Visual Basic]] (''not'' [[:Category:Visual Basic .NET|VB.Net]]), [[:Category:C|C]], or (especially) [[:Category:C++|C++]] would be very much appreciated. If you wanna join the party, [[User talk:Eriksiers|drop me a line]].


=Current events=
=Current events=


I found an... ''interesting'' language, called '''[http://convergepl.org/ Converge]'''. It seems to be the bastard child of [[:Category:C++|C++]] and [[:Category:Python|Python]], with a bit of [[:Category:Lisp|Lisp]] added in just to confuse the issue.
I'm considering learning [[:Category:Lisp|Lisp]], or perhaps [[:Category:Scheme|Scheme]], or ''maybe'' [[:Category:Smalltalk|Smalltalk]] or [[:Category:Prolog|Prolog]]. This is meant to be a "career-enhancing" move, not a "for the hell of it" thing. Any advice or suggestions? (On [[User talk:Eriksiers|my talk page]], please.)

I'm sure it's a great language if you're used to it... but I'm a [[:Category:BASIC|BASIC]] code monkey; that sorta thing is just not for me.


=Operating Systems=
=Operating Systems=
Line 45: Line 48:
**Also [[wp:Red Hat Enterprise Linux|Red Hat Enterprise Linux]] on my rackmount server -- but only until I get around to putting something else on it... maybe Slackware, maybe not
**Also [[wp:Red Hat Enterprise Linux|Red Hat Enterprise Linux]] on my rackmount server -- but only until I get around to putting something else on it... maybe Slackware, maybe not
*[[Windows]] [[wp:Windows XP|XP]]
*[[Windows]] [[wp:Windows XP|XP]]
**Also [[wp:Windows 7|Windows 7]] and [[wp:Windows XP Professional x64 Edition|WinXP x64]], for testing my programs
**Also [[wp:Windows XP Professional x64 Edition|WinXP x64]] and [[wp:Windows 7|Windows 7]] (32-bit) on my x64 machine, for testing my programs
***Win7 is ''way'' too slow on my system to be usable
***Win7 is ''way'' too slow on my system to be usable
****I ''might'' try Win8, if I can get it for free, legally -- but not holding my breath
*[[MS-DOS]] 7.1 (from [[wp:Windows 98#Windows 98 Second Edition|Windows 98SE]])
*[[MS-DOS]] 7.1 (from [[wp:Windows 98#Windows 98 Second Edition|Windows 98SE]])
*[[wp:AROS Research Operating System|AROS]], because I wanted a non-Windows, non-*nix, non-DOS OS on my main machine
*[[Mac OS]] 8
*[[Mac OS]] 8 on my [[wp:PowerBook|PowerBook]]
**Also [[wp:System 7|System 7]], on a different machine
**Also [[wp:System 7|System 7]], on my [[wp:Macintosh Performa|Performa]]
**Also also the x86 version of [[wp:Rhapsody (operating system)|Rhapsody DR2]], just for kicks


I also toy around with numerous other operating systems under emulation (too many to list, but including every 32-bit version of Windows, and a few Linux distros).
I also toy around with numerous other operating systems under emulation (too many to list, but includes every 32-bit version of Windows, more than a few Linux distros, and several other *nix systems).


=My code contributions=
=My code contributions=
Line 62: Line 68:
*My 500th edit was re-adding the [[Template:Implementation|implementation template]] to [[PowerBASIC Console Compiler]]. (Sigh.)
*My 500th edit was re-adding the [[Template:Implementation|implementation template]] to [[PowerBASIC Console Compiler]]. (Sigh.)


So far, I've only created a single task -- [[Sorting algorithms/Pancake sort]] -- but I have ideas for a few more.
So far, I've only created a single task, [[Sorting algorithms/Pancake sort]].


===REALbasic===
===REALbasic===
Line 75: Line 81:
* [[User:Eriksiers/My email|My email]]
* [[User:Eriksiers/My email|My email]]
* [[User:Eriksiers/Knapsack problem|Alternate (broken) VB solution to the unbounded knapsack problem]]
* [[User:Eriksiers/Knapsack problem|Alternate (broken) VB solution to the unbounded knapsack problem]]
* [[User:Eriksiers/Alternate CLISP exponentiation|Alternate CLISP exponentiation]]
* [[User:Eriksiers/Alternate CLISP exponentiation|Alternate (improved?) CLISP exponentiation]]


=Links=
=Links=
Line 84: Line 90:


'''[http://sourceforge.net/users/eriksiers/ This]''' is my Sourceforge profile.
'''[http://sourceforge.net/users/eriksiers/ This]''' is my Sourceforge profile.

'''[http://eriksiers.altervista.org This]''' is what passes for my home page... not that I actually do anything with it. (Never even finished writing the pages; just kind of stopped halfway through...)


==Sorting==
==Sorting==
Line 99: Line 107:
==My Sourceforge projects==
==My Sourceforge projects==
*[http://eeshell.sourceforge.net/ EEShell2] -- a replacement shell for 32-bit Windows
*[http://eeshell.sourceforge.net/ EEShell2] -- a replacement shell for 32-bit Windows
*[http://sourceforge.net/apps/mediawiki/igrokya/ IgrokYa] -- a file type identifier (like file(1); originally part of Proxlat (below))
*[http://sourceforge.net/apps/mediawiki/igrokya/ IgrokYa] -- a file type identifier (like [[wp:file (command)|file(1)]]; originally part of Proxlat (below))
**work stalled
**I've been working on this one recently; <s>pretty close to an alpha release, I think</s>
*[http://sourceforge.net/projects/kanjifinder/ KanjiFinder] -- a tool to help English-speaking users find Japanese [[wp:kanji|kanji]]
*[http://sourceforge.net/projects/kanjifinder/ KanjiFinder] -- a tool to help English-speaking users find Japanese [[wp:kanji|kanji]]
**data files nowhere near complete
**program's ready, but data files nowhere near complete
*[http://proxlat.sourceforge.net/ Proxlat] -- a general-purpose binary translator
*[http://proxlat.sourceforge.net/ Proxlat] -- a general-purpose binary translator
**effectively abandoned as freakin' impossible
**abandoned as impossible
*[http://sourceforge.net/projects/quickrun/ QuickRun] a simple program launcher (started as part of EEShell2)
*[http://sourceforge.net/projects/quickrun/ QuickRun] a simple program launcher (started as part of EEShell2)
*[http://sourceforge.net/projects/visible/ Visible] -- a Visual Basic-to-C/C++ translator
*[http://sourceforge.net/projects/visible/ Visible] -- a Visual Basic-to-C/C++ translator
**work stalled
**work stalled, as usual
*[http://sourceforge.net/projects/eriks-tools Erik's tools] -- a small handful of tiny utilities I wrote
*[http://sourceforge.net/projects/eriks-tools Erik's tools] -- a small handful of tiny utilities I wrote
**I really need to update this one...
**I really need to update this one...


=Quote of the Day=
=Quote of the Day=
31337 is a prime number, but 1337 is not. Go figure.
Be a yardstick of quality.
Some people aren't used to an environment where excellence is expected.
-- Steve Jobs (R.I.P.)

Revision as of 02:22, 14 October 2011

If it's not listed, it's read-only... at best
Language Proficiency
BASIC My preferred language family
PowerBASIC My overall favorite BASIC,
and my overall-preferred IDE
FreeBASIC What I use for Linux-everything-else
Visual Basic What I use for Windows GUI... for now
QuickBASIC My preferred DOS IDE
REALbasic What I would use for Linux GUI, if I had to
Batch File Somewhere between "decent" and "good"
UNIX Shell Nowhere near as good as I need to be
C I often write in BASIC, then translate
VBScript I'm... okay...
PHP Still learning
WeiDU Still learning
Assembly Read-only, for the most part
Pascal Read-only, for the most part
Ruby Read-only, for the most part
GML Minimal knowledge
Visual Basic .NET Minimal knowledge
Befunge Shrug
Lisp Just started learning
Not My Favorite Languages
Languages Reasons
QB64 Bloat, unnecessary library requirements,
weird C++ code generation.
Definitely not ready for prime time.
Liberty Basic I have my reasons; let's leave it at that.

Somewhat obviously, my name is Erik Siers. I'm one of the BASIC cheerleaders on RC. (I can do other languages, but I prefer BASIC by a lot.)

I've been working on a VB4/5/6-to-ANSI-C/C++ translator for a while. A long while -- first got the idea several years ago. No released code as yet, but it's progressing... slowly. Really slowly. One problem is that I'm writing it in VB6, so that it can translate itself (a self-hosting compiler). I also need to do it without using any API calls whatsoever. (Not that hard, but I've already had to kick myself a few times.)

(Another problem is that I have very little motivation to actually work on this project.)

I could use some help, actually. Anyone familiar with Visual Basic (not VB.Net), C, or (especially) C++ would be very much appreciated. If you wanna join the party, drop me a line.

Current events

I found an... interesting language, called Converge. It seems to be the bastard child of C++ and Python, with a bit of Lisp added in just to confuse the issue.

I'm sure it's a great language if you're used to it... but I'm a BASIC code monkey; that sorta thing is just not for me.

Operating Systems

I use a lot of OS's:

I also toy around with numerous other operating systems under emulation (too many to list, but includes every 32-bit version of Windows, more than a few Linux distros, and several other *nix systems).

My code contributions

Unless otherwise specifically indicated, I disclaim any rights I might have to any code that I have posted to Rosetta Code, and assign any appropriate copyright to Michael Mol. (Everything posted to RC is automatically covered by the GNU FDL anyway.) This specifically applies to code that I have posted. Other people's code that I have made changes to belongs to them, not me, and I disclaim any rights I might have to those changes.

So far, I've only created a single task, Sorting algorithms/Pancake sort.

REALbasic

It should be noted that all REALbasic examples that I've written (which can be found by looking through my user contributions page) were written in REALbasic 5.5.5, which is several years old. (For comparison, this might be considered somewhat akin to writing in C90 instead of C99 (or C1X), or writing for the original VB.Net instead of VB2010 -- my examples will probably work under modern versions... but they might not. YMMV.)

Unsorted Code

Some stuff that I wanted to put up here, but don't have any idea how to categorize (or else they don't fit any one category very well, or whatever).

Links

I put up my programming links on their own page. Have fun.

This is my Wikipedia user page.

This is my Sourceforge profile.

This is what passes for my home page... not that I actually do anything with it. (Never even finished writing the pages; just kind of stopped halfway through...)

Sorting

Some neat pages that graphically display various sorting algorithms.

My Sourceforge projects

  • EEShell2 -- a replacement shell for 32-bit Windows
  • IgrokYa -- a file type identifier (like file(1); originally part of Proxlat (below))
    • work stalled
  • KanjiFinder -- a tool to help English-speaking users find Japanese kanji
    • program's ready, but data files nowhere near complete
  • Proxlat -- a general-purpose binary translator
    • abandoned as impossible
  • QuickRun a simple program launcher (started as part of EEShell2)
  • Visible -- a Visual Basic-to-C/C++ translator
    • work stalled, as usual
  • Erik's tools -- a small handful of tiny utilities I wrote
    • I really need to update this one...

Quote of the Day

31337 is a prime number, but 1337 is not. Go figure.