Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: hellninjas on February 09, 2012, 11:10:47 am

Title: HTML COMPILER
Post by: hellninjas on February 09, 2012, 11:10:47 am
Would it be possible to make an html compiler for the nspire? That would be very helpful :D
Title: Re: HTML COMPILER
Post by: DJ Omnimaga on February 09, 2012, 11:12:56 am
Most likely an interpreter, although I'm unsure how much memory it would take, plus plenty of stuff would most likely not convert/be interpreted. It could be useful I guess to open certain readme files and tutorials on the calc.
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 11:13:07 am
Compiler?

Do you mean a web browser/HTML browser?

EDIT:
Ninja'd
Title: Re: HTML COMPILER
Post by: hellninjas on February 09, 2012, 11:19:23 am
Not a browser, something like Notepad++ but on calc :D
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 11:20:23 am
Ahh... An HTML text editor.

Sounds cool...

/me thinks that this would be awesome to have on PRIZM...
Title: Re: HTML COMPILER
Post by: Eiyeron on February 09, 2012, 11:32:30 am
Yeah, an text editor with syntaxic hightlight, that would be awesome! :p
Title: Re: HTML COMPILER
Post by: hellninjas on February 09, 2012, 11:35:09 am
Thats what Im saying :D
If someone could make an HTML "interpreter" with a syntax highlight or whatever
would be the best :D
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 11:36:43 am
Something like gEdit for calcs! Hey! Let's do pEdit and nEdit... p for prizm and n for nspire :D
Title: Re: HTML COMPILER
Post by: Jim Bauwens on February 09, 2012, 11:37:41 am
But why would you create an editor for HTML and other stuff on the Nspire? The keyboard is horrible and its much easier to do it on a computer.
Well, I guess it might be handy for people that never have access to a computer and don't need a web browser to test stuff :D

Spoiler For Also:
I lost the game
Title: Re: HTML COMPILER
Post by: hellninjas on February 09, 2012, 11:38:24 am
@Jim, Thats sort of why I made this post! :D
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 11:41:52 am
You could use it for more than HTML...

/me imagines lua, python, C, and more... All oncalc!
Title: Re: HTML COMPILER
Post by: hellninjas on February 09, 2012, 11:45:07 am
C++?
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 12:44:25 pm
C++?
Of course! I was thinking we could make a core and then allow 3rd parties to make code coloring modules. ;)
Title: Re: HTML COMPILER
Post by: Jim Bauwens on February 09, 2012, 02:18:40 pm
There is already an editor in progress by shrear (http://ourl.ca/86790).
It supports C/Lua syntax highlighting IIRC.
Title: Re: HTML COMPILER
Post by: flyingfisch on February 09, 2012, 02:20:03 pm
Ahh... but its not a port of gEdit!
Title: Re: HTML COMPILER
Post by: Jim Bauwens on February 09, 2012, 05:25:08 pm
If you want to port gEdit, you will have to port over 9000 of other stuff (like gtk) to get it work ;)
Title: Re: HTML COMPILER
Post by: flyingfisch on February 15, 2012, 02:04:00 pm
If you want to port gEdit, you will have to port over 9000 of other stuff (like gtk) to get it work ;)

I guess your right :-\
Title: Re: HTML COMPILER
Post by: hellninjas on February 15, 2012, 03:03:25 pm
Does this notepad work for C++ or is he working on it?