digitalmars.D - D on Palm devices?
- Thomas Kuehne (14/14) Dec 16 2004 -----BEGIN PGP SIGNED MESSAGE-----
- John Reimer (8/29) Dec 16 2004 I've asked about the possibility of D on Palm in the past, specifically
- pragma (9/18) Dec 17 2004 My reccomendation is to take a look at the Ares project on dsource.org, ...
- John Reimer (5/16) Dec 17 2004 Ares is an excellent project. I really appreciate its goal. Once it
- =?iso-8859-1?Q?Robert_M._M=FCnch?= (9/11) Dec 19 2004 Hi, that sounds interesting. So, D now works without a GC or a
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone tried to write a minimalistic Phobos and used the gcc tool chain to write a Palm program? Just wondering if SuperWaba(http://superwaba.com.br) could be ported to D. SuperWaba currently uses a mix of Java(without reflections) and C. The Java part should be fairly simple to translate. Parts of the C part could be either reused or removed(e.g. the GC). Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFBwhJ33w+/yD4P9tIRAqPwAJ9ozmBAJcbP/+ZbdBQx+Ohnsg2SGQCgn36a hvsjCBwAmJivbk2mdjaO0EM= =59kq -----END PGP SIGNATURE-----
Dec 16 2004
Thomas Kuehne wrote:-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone tried to write a minimalistic Phobos and used the gcc tool chain to write a Palm program? Just wondering if SuperWaba(http://superwaba.com.br) could be ported to D. SuperWaba currently uses a mix of Java(without reflections) and C. The Java part should be fairly simple to translate. Parts of the C part could be either reused or removed(e.g. the GC). Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFBwhJ33w+/yD4P9tIRAqPwAJ9ozmBAJcbP/+ZbdBQx+Ohnsg2SGQCgn36a hvsjCBwAmJivbk2mdjaO0EM= =59kq -----END PGP SIGNATURE-----I've asked about the possibility of D on Palm in the past, specifically the possibility of porting gdc over to the gcc cross compiler. I know about superwaba and have played with it a little. I've never thought of using it with D. That's sounds like a interesting concept! I'll have to take a look a superwaba again. Later, John
Dec 16 2004
In article <ncg992-6k2.ln1 kuehne.cn>, Thomas Kuehne says...-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone tried to write a minimalistic Phobos and used the gcc tool chain to write a Palm program? Just wondering if SuperWaba(http://superwaba.com.br) could be ported to D. SuperWaba currently uses a mix of Java(without reflections) and C. The Java part should be fairly simple to translate. Parts of the C part could be either reused or removed(e.g. the GC). ThomasMy reccomendation is to take a look at the Ares project on dsource.org, and see if you like what's going on over there. If so, there may be room to consider different targets for the library. Granted, the library has a long way to go before it's mature, but it has some (proposed) qualities that may be good for palmtop implementations. FYI, the team just recently split out the GC from phobos, which would make such a porting job *much* easier. - Pragma
Dec 17 2004
pragma wrote:My reccomendation is to take a look at the Ares project on dsource.org, and see if you like what's going on over there. If so, there may be room to consider different targets for the library. Granted, the library has a long way to go before it's mature, but it has some (proposed) qualities that may be good for palmtop implementations. FYI, the team just recently split out the GC from phobos, which would make such a porting job *much* easier. - PragmaAres is an excellent project. I really appreciate its goal. Once it matures a bit, it should be the first library for serious consideration for this kind of thing. -John
Dec 17 2004
On Fri, 17 Dec 2004 14:34:39 +0000 (UTC), pragma <pragma_member pathlink.com> wrote:FYI, the team just recently split out the GC from phobos, which would make such a porting job *much* easier.Hi, that sounds interesting. So, D now works without a GC or a replacement? Would be nice for OS programming not to fiddle around with the GC in the beginning. -- Robert M. Münch Management & IT Freelancer http://www.robertmuench.de
Dec 19 2004