473,387 Members | 1,790 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

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.

Sep 21 '06 #1
6 2223

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

Sep 21 '06 #2
"napi" <na**@axiomsol.comwrites:
>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.
Sep 22 '06 #3
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

Sep 23 '06 #4
CBFalconer <cb********@yahoo.comwrites:
>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.
Sep 23 '06 #5
CBFalconer <cb********@yahoo.comwrites:
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) ks***@mib.org <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.
Sep 23 '06 #6
Chris McDonald wrote:
"napi" <na**@axiomsol.comwrites:
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

Sep 24 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

73
by: RobertMaas | last post by:
After many years of using LISP, I'm taking a class in Java and finding the two roughly comparable in some ways and very different in other ways. Each has a decent size library of useful utilities...
27
by: Mohd Hanafiah Abdullah | last post by:
Axiomatic Solutions Sdn Bhd announces the availability of AMPC version 1.2. You can purchase AMPC online now at: http://www.axiomsol.com/hedesu/shopping/index.php Major Changes -------------...
14
by: Mick | last post by:
I wrote a C# program that interfaces with a data vendor over the web using an API they supplied and their examples in C#. Now I have another data vendor's API and example that I want to add to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
0
by: napi | last post by:
We are pleased to announce the release of version '1.5.0' of AMPC (Axiomatic Multi-Platform C) C to Java class files compiler suite. It is Write Once Run Anywhere (WORA) with C. Detailed info...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
0
by: napi | last post by:
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...
5
by: r035198x | last post by:
Setting up. Getting started To get started with java, one must download and install a version of Sun's JDK (Java Development Kit). The newest release at the time of writting this article is...
1
Ganesh9u
by: Ganesh9u | last post by:
Hi All, import org.sf.feeling.swt.win32.extension.hook.Hook; import org.sf.feeling.swt.win32.extension.hook.data.HookData; import org.sf.feeling.swt.win32.extension.hook.data.MouseHookData; ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.