Author Topic: IES: online Axe, BASIC, and Grammer editor  (Read 38415 times)

0 Members and 2 Guests are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #60 on: April 06, 2013, 01:10:33 am »
You should eventually add an axe compiler :3
I'm planning to add a full JavaScript emulator when I get around to it. Compiling for Axe would simply be a send to calc–(APPS)–(2)–(ENTER)–(ENTER) macro.
« Last Edit: April 06, 2013, 01:10:39 am by Deep Thought »




Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #61 on: April 06, 2013, 02:51:01 am »
You should eventually add an axe compiler :3
I'm planning to add a full JavaScript emulator when I get around to it. Compiling for Axe would simply be a send to calc–(APPS)–(2)–(ENTER)–(ENTER) macro.
But what if you compile as an app and name your app AA :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #62 on: April 06, 2013, 09:31:09 am »
Oh deep please no JS emulator... Javascript runs very slow on my PC. can't you do it in Lua or so?
I'm not a nerd but I pretend:

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #63 on: April 06, 2013, 09:50:32 am »
Oh deep please no JS emulator... Javascript runs very slow on my PC. can't you do it in Lua or so?
JavaScript is basically the only language that can run in a browser unless you're talking about Flash or Java, which would almost definitely be worse.




Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #64 on: April 06, 2013, 09:51:24 am »
That's indeed true.
Maybe I should just buy a new computer...
I'm not a nerd but I pretend:

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #65 on: April 06, 2013, 09:57:36 am »
Quote
JavaScript is basically the only language that can run in a browser unless you're talking about Flash or Java, which would almost definitely be worse.
Flash and Java wouldn't necessarily be worse from a speed POV. However, both Flash and Java are full of vulnerabilities...

aeTIos: we're seeing various experiments for making JS (or something which looks like JS) faster in modern browsers. For instance, asm.js, which aims at introducing a bit of typing in JS, and thereby making it much easier to optimize the code.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #66 on: April 06, 2013, 09:58:29 am »
Hmm I see. Still doesn't make my computer faster :(
I'm not a nerd but I pretend:

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #67 on: April 06, 2013, 11:45:37 am »
How old is your pc? O.O

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #68 on: April 06, 2013, 01:24:23 pm »
Not old, (5 year-ish?) but I have an intel Atom in it :\
I'm not a nerd but I pretend:

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #69 on: April 16, 2013, 11:34:17 pm »
I don't know if this is a bug, but I can't use the scrolling wheel on my mouse to scroll through the program D:
Fixed (finally). Sorry that took a while.

EDIT: Another bug fixed -- inline sprite editor and autocomplete tooltip no longer cause the page to jump when they're at the bottom.
« Last Edit: April 16, 2013, 11:50:15 pm by Deep Thought »




Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #70 on: May 07, 2013, 08:30:09 pm »
Not sure how long it's been like this, but is there a reason it's set to 300 pixels high instead of filling the screen? :/
Screenie: https://ubuntuone.com/3klprn6NJidjSTabzMVMUR

Edit: also why does it always say new_1 in the page title? 0.o
« Last Edit: May 09, 2013, 02:12:29 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #71 on: May 08, 2013, 12:26:02 am »
Could we have automatic indentation as well?
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #72 on: May 10, 2013, 11:38:32 pm »
Not sure how long it's been like this, but is there a reason it's set to 300 pixels high instead of filling the screen? :/
Screenie: https://ubuntuone.com/3klprn6NJidjSTabzMVMUR
Not sure how it ended up that way, but fixed.
Edit: also why does it always say new_1 in the page title? 0.o
That's the name of the Project you're working on. Click the translucent tab on the left side to show the project manager, where you can create, edit, or delete projects.
Could we have automatic indentation as well?
If you press tab to indent, the indent level will be kept for all subsequent lines. I don't think automatically indenting stuff is a good idea, because many people aren't used to them in calculator programs and whitespace adds significant bulk.




Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #73 on: July 03, 2013, 01:47:20 pm »
UPDATE

The list and matrix editors now have TI-BASIC math processing!

What that means is that you can type something like "1-((2-3)*4)^5," and what shows up is the result, "1025." I'm working on integrating it into the program editor as well so you can evaluate a constant expression inline without having to pull up a calculator.

And the list editor supports complex lists now, too. Combine that with the new math evaluation feature, and you can even type an expression like "i(2i-3)" and have "2-3i" show up. "e" and "pi" work as constants, and the scientific notation "E" is also supported.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: IES: online Axe, BASIC, and Grammer editor
« Reply #74 on: July 03, 2013, 01:51:56 pm »
I'm working on integrating it into the program editor as well so you can evaluate a constant expression inline without having to pull up a calculator.
I am so glad that this feature is being worked on o.o