Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > C to Java Class Files compiler (AMPC version 1.5.1 released)

Reply
Thread Tools

C to Java Class Files compiler (AMPC version 1.5.1 released)

 
 
napi
Guest
Posts: n/a
 
      09-21-2006
C to Java Class Files
-------------------------------

We are pleased to announce the release of version '1.5.1' of
AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
suite. It is Write Once Run Anywhere (WORA) with C.

"Platform independence with C. Integrate C and Java."

Detailed info can be found at:
http://www.axiomsol.com

The changes in this release are as follows:
Improved the loop optimizer (loop invariants). Also, added many
more SWT APIs.

Project description:
Axiomatic Multi-Platform C (AMPC) is a C to Java class file compiler
suite for the development of platform independent applications.
AMPC can also be used to integrate C and Java programs since AMPC's
C functions can directly call numerous Java methods and vice versa.
AMPC supports a very large subset of ANSI C (1989). It can be used
to develop new applications using C as well as port existing
applications written in C to run on JVM enabled devices. A JNI
(JVM Native Interface) feature is available for calling native C
or C++ functions. The asm() directive can be used to embed Jasmin
assembly code within C source code. Support for the SWT
(Standard Widget Toolkit) based graphics API is available.
J2ME CDC 1.1 for mobile devices is also supported.

 
Reply With Quote
 
 
 
 
Tom St Denis
Guest
Posts: n/a
 
      09-21-2006

napi wrote:
> C to Java Class Files
> -------------------------------
>
> We are pleased to announce the release of version '1.5.1' of
> AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
> suite. It is Write Once Run Anywhere (WORA) with C.
>
> "Platform independence with C. Integrate C and Java."
>
> Detailed info can be found at:
> http://www.axioSPAM.com


Off topic retarded spammer.

Write once run anywhere? ya it's called PORTABLE C.

Or, it's called build your C code against a machine which you then
write a VM for. Java isn't the only lang with VMs.

Tom

 
Reply With Quote
 
 
 
 
Chris McDonald
Guest
Posts: n/a
 
      09-22-2006
"napi" <> writes:

>C to Java Class Files
>
>We are pleased to announce the release of version '1.5.1' of
>AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
>suite. It is Write Once Run Anywhere (WORA) with C.
>.......
>AMPC can also be used to integrate C and Java programs since AMPC's
>C functions can directly call numerous Java methods and vice versa.
>AMPC supports a very large subset of ANSI C (1989). It can be used



Do you know if you'll be developing a version of this for ISO-C99,
rather than ANSI-C?


(what ever happened to Write Once Debug Everywhere?)

--
Chris.
 
Reply With Quote
 
Chris McDonald
Guest
Posts: n/a
 
      09-22-2006
CBFalconer <> writes:

>Chris McDonald wrote:
>>
>> Do you know if you'll be developing a version of this for ISO-C99,
>> rather than ANSI-C?


>ANSI-C is C99. It used to be C95. Before that C90.



Thanks, yes, maybe, but their website clearly states:

"AMPC covers a very large subset of ANSI C (1989)"

hence my question.

--
Chris.
 
Reply With Quote
 
CBFalconer
Guest
Posts: n/a
 
      09-23-2006
Chris McDonald wrote:
>

.... snip ...
>
> Do you know if you'll be developing a version of this for ISO-C99,
> rather than ANSI-C?


ANSI-C is C99. It used to be C95. Before that C90.

--
Some informative links:
news:news.announce.newusers
http://www.geocities.com/nnqweb/
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.caliburn.nl/topposting.html
http://www.netmeister.org/news/learn2quote.html



--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
Keith Thompson
Guest
Posts: n/a
 
      09-23-2006
CBFalconer <> writes:
> Chris McDonald wrote:
>>

> ... snip ...
>>
>> Do you know if you'll be developing a version of this for ISO-C99,
>> rather than ANSI-C?

>
> ANSI-C is C99. It used to be C95. Before that C90.


Agreed, that's strictly correct. But (too) many people haven't broken
the habit of the late 1980s of referring to the language defined by
the 1989 ANSI standard as "ANSI C".

If you want to refer to a specific version of the standard, it's
always safest to mention the year explicitly.

--
Keith Thompson (The_Other_Keith) kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
 
Reply With Quote
 
napi
Guest
Posts: n/a
 
      09-24-2006
Chris McDonald wrote:
> "napi" <> writes:
>
> >C to Java Class Files
> >
> >We are pleased to announce the release of version '1.5.1' of
> >AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
> >suite. It is Write Once Run Anywhere (WORA) with C.
> >.......
> >AMPC can also be used to integrate C and Java programs since AMPC's
> >C functions can directly call numerous Java methods and vice versa.
> >AMPC supports a very large subset of ANSI C (1989). It can be used

>
>
> Do you know if you'll be developing a version of this for ISO-C99,
> rather than ANSI-C?


Chris:

We don't have plans to support ISO-C99 at the moment. So far we
support ANSI C (1989), and all the standard C (1989) library functions
are implemented except for
signal(), raise(), setjmp(), and longjmp().

Napi

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
C to Java Class Files compiler (AMPC version 1.5.1 released) napi C++ 0 09-21-2006 12:55 PM
C to Java Class Files compiler (AMPC version 1.5.1 released) napi Java 0 09-21-2006 12:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57