Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Scipi

Pages: 1 ... 98 99 [100] 101 102 ... 139
1486
Miscellaneous / Re: Enhanced BF
« on: October 09, 2011, 12:44:23 pm »
I actually have no intent on following the original principles of BF. (If you want a hard language to use, just use original BF) :D

I just want to increase it's functionality in order to make it do cooler things without extreme patience. :P

1487
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 08, 2011, 11:00:47 pm »
2307. You have the first post in a quote pyramid. XD
2308: Albiet a small one :P
2309: You try to start a quote pyramid in this thread

1488
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 08, 2011, 10:40:12 pm »
2307. You have the first post in a quote pyramid. XD

1489
Miscellaneous / Re: Enhanced BF
« on: October 08, 2011, 07:30:29 pm »
Interesting site I found listing different derivatives of BF. I might get some rather nice ideas off these! :D
http://esoteric.voxelperfect.net/wiki/Category:Brainfuck_derivatives

1490
News / Re: OmnomIRC Downtime
« on: October 08, 2011, 04:36:31 pm »
Pidgin is quite good for me. Starts up fast and easy to use! :P

1491
Miscellaneous / Re: crazy stuff can happen
« on: October 08, 2011, 04:30:33 pm »
My greatest achievement on this forum (which wasn't actually on the forum) was talking to Juju and a few others via teamspeak. :P

Also, I don't think I ever was downvoted on a post. Or I don't remember if I was. :P (But I don't post a lot so that may explain it)

1492
Miscellaneous / Re: Enhanced BF
« on: October 07, 2011, 04:37:12 pm »
Quote
Also, using goto makes conforming to the original BF spec very difficult because it's difficult to confirm that each open bracket has a closing bracket.

I'm thinking that when it checks it will skip goto statements for it.

Quote
The only things brainf*ck requires (do we actually need to censor this here at Omnimaga?) is subroutines.

Using goto will effectively allow for subroutines to be written. I'll just have to have a return command.

Quote
What do = and ' do? If = copies the value at the byte pointed to by the current memory cell into the current memory cell, then I think it's an excellent addition to the language

It will copy the value at the current cell to the cell pointed to by the corresponding cell in the other array. (MF will have two corresponding arrays for this kind of purpose) :D

' will just read the value in the current cell without the conversion to ASCII. So a 4D in the cell will print 4D or it's decimal counterpart.

1493
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 07, 2011, 01:29:16 pm »
2287: You think boot2490's last name is boot :P

2288: You know where all the different types of peanut bags are posted

2289: One of them is yours

2290 - Inconsistency FTW :P

1494
Miscellaneous / Re: Enhanced BF
« on: October 07, 2011, 01:27:12 pm »
lol I plan on having a small interpreter. (loops and such are EASY to emulate) And it will still be semi difficult (BF actually isn't all that hard imo)

I just want to actually be able to DO what you want it to do. :)

I just need ideas to implement. :D

1495
Miscellaneous / Enhanced BF
« on: October 07, 2011, 08:05:25 am »
Hello all,

After making a Brainf*ck interpreter located here, I thought it would be interesting if I improved the language and made it on par with most other languages.

So I ask you all, what do you want to see added to the language? So far my ideas are a second array of 30000 bytes that can be accessed for things like memory addresses, conditions, etc.

Here are some symbols I might add

{//For
}//EndFor
://If
;//EndIf
|//Goto
'//Write value
=//Copy Value address

I might call this new language, Mindf*ck! :P

1496
Miscellaneous / Re: The Leader Who Created Apple...
« on: October 06, 2011, 09:56:02 pm »
Quote
And yeah, the onion is a tabloid

I probably should of mentioned that. :P

Sad to see him go though :(

1497
Miscellaneous / Re: The Leader Who Created Apple...
« on: October 06, 2011, 08:01:05 pm »
http://www.theonion.com/articles/last-american-who-knew-what-the-fuck-he-was-doing,26268/

^I hope this doesn't sound disrespectful, though I sort've feel this way.

1498
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 06, 2011, 06:56:51 pm »
2281: You know where to go on omni to find out peoples real names as well as where they live :P

1499
Humour and Jokes / Re: Let us make some random programs
« on: October 06, 2011, 03:48:28 pm »
Code: [Select]
prgmTHEGAME
::"YOU JUST LOST THE GAME

:Stop:"HAMMER TIME
"get this one out

:ClrHome
:1->A
:{4,7,5,8,5,6,5,7,5,9,4,8,4,9}->LGAME
:"THEGAME"->Str1
:DelVarS8->B
:For (B,1,7)
:2B->B
:Goto 4
:Lbl 4

1500
Lua / Re: Lua Q&A
« on: October 06, 2011, 12:00:44 pm »
Basically I want to know if I can use the tool palate to create a menu with an area where you can input a number or character.

Pages: 1 ... 98 99 [100] 101 102 ... 139