Re: How to interface with existing Java Code at the API level.

2011-05-23 Thread Matthew Ong
On 5/21/2011 11:27 PM, Robert Clipsham wrote: On 21/05/2011 09:58, Jonathan M Davis wrote: On 2011-05-21 01:04, Matthew Ong wrote: Hi, D has major potential to replace C/C++ at the system API level. What I can see D is doing now is trying to glue to the existing C API instead of replacing that

Re: How to interface with existing Java Code at the API level.

2011-05-21 Thread Robert Clipsham
On 21/05/2011 09:58, Jonathan M Davis wrote: On 2011-05-21 01:04, Matthew Ong wrote: Hi, D has major potential to replace C/C++ at the system API level. What I can see D is doing now is trying to glue to the existing C API instead of replacing that OLD OLD language. But it is too early to see

Re: How to interface with existing Java Code at the API level.

2011-05-21 Thread Jonathan M Davis
On 2011-05-21 01:04, Matthew Ong wrote: > Hi, > > D has major potential to replace C/C++ at the system API level. > What I can see D is doing now is trying to glue to the existing C API > instead of replacing that OLD OLD language. > > But it is too early to see if that is the case at the Busines

How to interface with existing Java Code at the API level.

2011-05-21 Thread Matthew Ong
Hi, D has major potential to replace C/C++ at the system API level. What I can see D is doing now is trying to glue to the existing C API instead of replacing that OLD OLD language. But it is too early to see if that is the case at the Business Application level to replace enterprise level reso