←2005-02-24 2005-02-25 2005-02-26→ ↑2005 ↑all
00:23:15 -!- arke has quit (Remote closed the connection).
00:23:58 -!- arke has joined.
00:33:53 -!- Rogue has joined.
00:34:12 <Rogue> hello
00:35:31 <arke> hi
00:36:09 <Rogue> have a hobby for esoteric proggraming languages
00:36:10 <Rogue> ?
00:36:39 <arke> yep
00:36:40 <arke> love em
00:37:24 <Rogue> cool, i like'm cuz languages like C and VB, are fucking annoying
00:37:49 <arke> roger
00:37:58 <arke> :)
00:38:14 <arke> (note: thats not the mentality that'll get you a job as a software dude ;))
00:39:52 <Rogue> i know, i understand programming structure and unstanding codeing technequies to read the design structure, but codeing scares me
00:40:05 <Rogue> i useally stick with BASIC
00:41:15 <Rogue> how about you?
00:41:22 <arke> TI-BASIC is esoteric :)
00:41:28 <arke> I really like BrainFuck and Befunge the most
00:41:53 <Rogue> lol, i still have a ti-82
00:42:18 <arke> when i feel non-esoterically, I do some asm or Forth
00:42:38 <Rogue> asm?
00:42:41 <Rogue> hardcore
00:43:03 <arke> :D
00:43:06 <arke> x86, nothing like it ^_^
00:43:20 <kipple> arke: If you like Brainfuck and Befunge you should have a look at SNUSP!
00:43:29 <Rogue> snusp?
00:43:45 <kipple> it's kind of a mix of Brainfuck and Befunge
00:43:57 <kipple> http://www.c2.com/cgi/wiki?SnuspLanguage
00:45:25 <Rogue> i want to make a language with JustBASIC
00:46:02 <Rogue> a lil fuck aroiund thing
00:46:49 <Rogue> any suggestions?
00:47:09 <arke> hrm
00:47:09 <arke> yep
00:47:12 <arke> :)
00:47:20 <Rogue> fire away
00:47:53 <kipple> What is JustBASIC?
00:48:36 <kipple> never mind. I found it
00:48:37 <Rogue> ever heard of liberty BASIC?
00:48:55 <kipple> looks nice
00:49:00 <kipple> and, no
00:49:09 <arke> Rogue: basically brainfuck. However, theres 2 instructions, one of them you scroll through a circular lists of brainfuck instructions, the next one executes that brainfuck instruction. after executing, it scrolls to the next brainfuck instruction. the character for scroll is space and the character for execute is enter/return/newline
00:50:34 <Rogue> i was thinking something more along the lines of MOUSE, or LOGO,
00:51:16 <arke> :)
00:51:43 <Rogue> you know, any language with sprite abilities can make something like that
00:52:41 <Rogue> brb, i have laundry
01:14:55 <Rogue> still there?
01:16:41 <kipple> I am
01:17:04 <kipple> Had a look at MOUSE. seems like a nice language
01:18:04 <Rogue> its esseintially a digital toy
01:18:19 <Rogue> make a mouse move around a screen
01:18:27 <Rogue> like logo
01:29:23 <Rogue> i wanna see the weirdo that made ZT
01:31:55 <kipple> heh :)
01:33:03 <Rogue> its an interesting language, hell, with an IDE frontend, it can become a drag and drop language
01:33:12 <Rogue> otherwise, it looks weird
01:36:57 <Rogue> how about a 2d command set where the command positions are on a grid type, with subs on a seperate grid set
01:38:26 <kipple> not sure what you mean...
01:38:40 <kipple> what do you mean with "grid type"?
01:39:45 <Rogue> well, a program would be written on both x,y
01:40:04 <kipple> yeah, like befunge
01:40:55 <Rogue> then the variables,(strings,numaric,boolean) would along the z axis
01:41:55 <Rogue> the editor would be like a spreadsheet document
01:44:38 <kipple> i don't understand what you mean with variables along the z axis.
01:47:18 <kipple> (sorry for being slow...)
01:47:44 <Rogue> well, all declared variables are set in a linear array into a stack, so each variable can expand easier, you have a variable declared at code block 7,8 would beput in the next available slot on an array
01:48:15 <Rogue> so a string variable would look like "string$(1)"
01:54:19 <Rogue> the variablables that are in the array/stack would be the z axis
01:55:32 <kipple> yes. I see
01:59:06 <kipple> should work
01:59:30 <kipple> are the variables only referenced by their location, or will they have names?
02:02:30 <Rogue> hell, if you played with VB a bit, you could use excel tools and what not, or other .NET tools you could make it
02:02:31 <Rogue> yes
02:04:36 <Rogue> names
02:05:27 <Rogue> the location of the code declareing it would be identified by the x,y
02:06:26 -!- Rogue has quit ("Download Gaim: http://gaim.sourceforge.net/").
02:07:01 -!- Rogue has joined.
02:07:42 <Rogue> sorry, booted
02:11:58 -!- Rogu1 has joined.
02:12:14 <Rogu1> damn it, wifi is annoying
02:18:32 -!- kipple has quit.
02:20:30 -!- Rogue has quit (Read error: 60 (Operation timed out)).
02:20:53 -!- Rogu1 has changed nick to Rogue.
02:25:57 -!- cpressey has quit (Read error: 110 (Connection timed out)).
02:27:38 -!- Rogue has left (?).
02:43:35 -!- cpressey has joined.
02:45:37 -!- cpressey_ has joined.
02:58:27 -!- cpressey_ has quit ("leaving").
03:42:24 -!- Rogu1 has joined.
03:49:31 -!- Rogu1 has left (?).
04:05:19 -!- heatsink has joined.
05:01:30 -!- heatsink has changed nick to heatsink_.
05:02:13 -!- heatsink_ has changed nick to heatsink.
05:03:40 <arke> hi
05:04:46 <heatsink> hi
05:05:25 <arke> whats up mr. CPU cooling device? :)
05:05:40 <arke> (or mrs. or ms., whichever applies)
05:06:12 * heatsink is reading about red-black trees
05:06:41 <heatsink> My neighbor had a tree that was kinda red-black.
05:08:12 <arke> red black? o.O
05:09:01 <heatsink> yea, it had dark red leaves.
05:11:29 <arke> wow that is weird!
05:11:38 * arke makes a note to google for that tomorrow
07:49:34 -!- heatsink has quit ("Leaving").
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:20:34 -!- calamari has joined.
08:24:12 -!- calamari_ has joined.
08:43:35 -!- calamari has quit (Read error: 110 (Connection timed out)).
09:57:36 -!- calamari_ has quit ("Leaving").
13:16:18 -!- kipple has joined.
16:23:12 -!- kipple has quit.
19:36:41 -!- calamari has joined.
19:41:16 -!- Keymaker has joined.
19:41:24 <Keymaker> evenin'
19:41:28 <Keymaker> "16:37:24 <Rogue> cool, i like'm cuz languages like C and VB, are fucking annoying"
19:41:37 <Keymaker> you're absolutely right. :)
19:42:21 <Keymaker> now.. i would need some nice idea for a brainfuck programme
20:08:06 <calamari> how about a memory manager or command-line shell for bfos ;)
20:08:26 <calamari> hmm, think i'm calling it bos now, aren't I? :)
20:12:32 <calamari> one thing I tried to do a long time ago, and failed at, was to come up with bf code blocks to replace c commands.. for example: while(), etc. The basic ones are relatively simple, but it gets more complicated when break and continue are added
20:13:34 <calamari> that's why I rdecided to go for line numbers and goto's :)
20:14:00 <calamari> it still seems like it should be possible to generate, though
20:16:38 -!- Keymaker has quit (Read error: 60 (Operation timed out)).
20:36:48 -!- Rogu1 has joined.
20:55:09 -!- calamari has quit (Connection timed out).
21:00:31 -!- calamari has joined.
21:03:41 -!- Rogu1 has quit (Read error: 60 (Operation timed out)).
22:15:03 -!- calamari has quit ("Leaving").
←2005-02-24 2005-02-25 2005-02-26→ ↑2005 ↑all