newLISP Fan Club

Forum => Anything else we might add? => Topic started by: HPW on December 30, 2006, 10:20:56 AM

Title: newLISP for Nintendo DS ?
Post by: HPW on December 30, 2006, 10:20:56 AM
Hello,



After I did not manage to get a pocket PC (where we had  a newLISP port some time ago) my daughter gets a Nintendo DS Lite to christmas.

I found it a quite interesting hardware with some decent features.

So I surfed the net to find some programming tools for this hardware.



There seems to be an activ scene, which build so called 'homebrewed' software for the DS (and other gamer hardware)



On http://www.devkitpro.org/ there is a toolchain for building ARM-apps.

On http://dualis.1emulation.com/ is one of the DS emulators.

On http://www.dslua.com/ is the intergartion of the LUA language shown for DS.



This all together let come to the idea: DSnewLISP



Since I am not the C-expert maybe someone can take a look if it would be doable?



Happy new year to all!
Title:
Post by: cormullion on December 31, 2006, 03:54:12 AM
nice idea!



Lua seems to be getting places - I suppose it's not a Lisp, though...
Title:
Post by: HPW on January 01, 2007, 02:27:27 AM
I am still not sure if the memory/hardware (4MB RAM) of the DS would be sufficient to run newLISP. (But some people seems to get a 32MB memory extension get to work.)



http://en.wikipedia.org/wiki/Nintendo_DS_homebrew#Programming_on_the_DS



http://www.dslinux.org/

http://www.dev-scene.com/NDS/DSBasic

http://www.disinterest.org/NDS/Python24.html



Since Linux, LUA, Basic and Python run there, newLISP might be possible.
Title:
Post by: nigelbrown on January 01, 2007, 03:56:31 AM
My son has run linux on his ds-lite with 4Mb ram. He uses a Supercard to load it. It runs well and moonshell plays videos no problem. Seems stable.

Nigel
Title:
Post by: HPW on January 02, 2007, 02:35:27 PM
Nigel,



So maybe newLISP could be run under DSlinux, because they solved such things like memory managment etc.?
Title:
Post by: Lutz on January 03, 2007, 04:44:41 AM
If it runs Linux it will run newLISP without any doubt. newLISP can run  apps in as little as 500 Kbyte of memory or less. There should be no problem to compile/run it for DS.



Lutz