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 - blue_bear_94

Pages: 1 ... 5 6 [7] 8 9 ... 68
91
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: January 12, 2014, 12:23:48 am »
u can't stop spamming in omnimaga
If that's the case, then there's always Alt + F4.

92
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: January 11, 2014, 11:38:36 pm »
I know the powers of 2 only until 65536.
At least in Necarasso Cryssesa, I could try reciting them as far as I want.

93
Computer Projects and Ideas / Re: A new scripting language for Linux
« on: January 11, 2014, 07:12:54 pm »
What bothered me in TI-Basic was the limited number of variables. Any plans to increase the limit? (Maybe all numerical variables start with a capital letter, and can be followed by lowercase letters?)

94
Computer Projects and Ideas / Re: A new scripting language for Linux
« on: January 11, 2014, 12:19:55 pm »
What kind of changes did you have to make?

95
Art / Re: Font Contest CSE
« on: January 09, 2014, 03:29:33 pm »
By the way, what size are the CSE characters? I don't have my own CSE.

96
Computer Projects and Ideas / Re: Amethyst
« on: January 08, 2014, 08:13:20 pm »
Sounds interesting :)
I agree, but what do you like about this? What could use some improvement?

Spoiler For "Off Topic, or Is It?:
Code: [Select]
For i,1,100;$:hluna({i,"Fizz","Buzz","FizzBuzz"}[!(i%3)+2*!(i%5;EndFor

97
Computer Projects and Ideas / Re: Amethyst
« on: January 07, 2014, 07:51:21 pm »
On one hand, using Notepad isn't the best idea; Amethyst requires a few special characters.

98
HP Calculators / Re: Is 1▶a instead of a := 1 bad practice? (HP Prime)
« on: January 07, 2014, 07:50:28 pm »
Whichever is slower or bigger is bad practice.

99
Computer Projects and Ideas / Re: Amethyst
« on: January 07, 2014, 06:34:47 pm »
Is the language syntax identical to TI-BASIC? Someone did a FreeBASIC language similar to 83+ BASIC before, but there were some differences and it seemed ASCII-art-only.
It is not identical to TI-Basic; for example, to get an element of a two-dimensional array, you use [A](3,4) in TI-Basic, for example, but a[2][3] in Amethyst. Another aspect is the first-class functions and lists, and Amethyst introduces the \ amd % operators. Built-in commands have a different syntax as well: you write Disp "HELLO" in TI-Basic but $:hluna("hello") in Amethyst.

TL;DR: 0

100
Computer Projects and Ideas / Bag (formerly Amethyst)
« on: January 07, 2014, 05:00:21 pm »
Bag (formerly Amethyst)

https://github.com/bluebear94/bag

A long, long, time ago, I dreamt of a language based on those from graphing calculators. And now, you can try it out. (You could always, but now it's in a functional state.) It has some of the quirks of the languages that inspired it, but it has amenities to ease programming as well.

Note 2: updated to 0.6.0 on 12 April 2014 for lots of enhancements
Note: updated to 0.5.0 on 14 Jan 2014. Since getKey is bound to appear, I had to make code execution concurrent. Thanks goodness I didn't encounter any problems with concurrency ... yet.

101
TI Z80 / Re: Bad Apple SE
« on: January 06, 2014, 12:32:43 am »
You could always keep the length as the number of pixels, then draw the screen in bytes as soon as the location is aligned, until the number of pixels remaining drops below 8.

102
TI Z80 / Re: CopyProg
« on: January 02, 2014, 07:22:39 pm »
CopyProg apparently has problems with large line numbers now.
It can't read line 91 of the attached file, for example.

103
Minecraft Discussion / Re: Cemetech Minecraft Server 2.0 (MC 1.7+)
« on: December 31, 2013, 05:02:36 pm »
Yay! Maybe I'll join again. The server I ran lagged hard, and I'd really like to play the game smoothly again.

104
Official Contest / Re: TI-Concours 2014
« on: December 29, 2013, 01:01:01 pm »
68k Basic was a pain in the butt to program anyway, so I don't regret its removal.

Yes, actually there were only two participants last year, therefore we thought that it would be useless to keep this category.
If the 68k category existed, though, I'd probably join it.

105
Official Contest / Re: TI-Concours 2014
« on: December 29, 2013, 12:43:57 pm »
68k Basic was a pain in the butt to program anyway, so I don't regret its removal.

Pages: 1 ... 5 6 [7] 8 9 ... 68