473,795 Members | 2,512 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2265

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.annou nce.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********@yah oo.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********@yah oo.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_Keit h) 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
8081
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 as a standard portable part of the core language, the LISP package, and the java.lang package, respectively. Both have big integers, although only LISP has rationals as far as I can tell. Because CL supports keyword arguments, it has a wider range...
27
511
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 ------------- Version 1.2 supports the MS Windows XP platform, beside Linux x86 and Mac OSX. It also supports the DOUBLE floating point type. Please see the README file for details on DOUBLE floating point type.
14
7328
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 my C# program. But this new API is written in Java. They gave me an example source code that uses their API but the actual API looks like it is stored in a few .jar files. I unzipped those .jar files into many .class files. I think these .class...
1
9657
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 and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
0
1436
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 can be found at: http://www.axiomsol.com Project description: Axiomatic Multi-Platform C (AMPC) is a C to Java class file compiler suite for the development of platform independent applications. AMPC
2
6970
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 attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
0
302
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 Write Once Run Anywhere (WORA) with C. "Platform independence with C. Integrate C and Java." Detailed info can be found at:
5
6293
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 JDK 6 downloadable from http://java.sun.com/javase/downloads/index.jsp. I will be using JDK 5(update 8)
1
4369
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; import org.sf.feeling.swt.win32.extension.hook.listener.HookEventListener; public class HotMouse {
0
9672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10438
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7540
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.