Julien Fischer 04557df655 Delete remaining support for Java native methods.
Prior to 2009 some of the standard library predicates were implemented using
Java native methods. These were disabled or replaced by commit 9fc47f5c in
order to give us pure Java versions of the runtime and standard libraries.
However, the machinery for supporting native methods was left in place. This
change deletes that machinery. We are not going to use it again.

library/Mmakefile:
    Do not build Native.so. (From the looks of it we never installed it
    anyway.)

java/runtime/Native.c:
    Delete the C implementations of the native methods ...

java/runtime/Native.java.in:
    ... and the corresponding Java support for them.

java/runtime/Mmakefile:
    Delete this Mmakefile, there is no longer anything for it to do.

configure.ac:
    Do not create Native.java.
2025-01-21 20:32:29 +11:00
2024-12-30 20:17:22 +11:00
2024-03-13 16:50:00 +11:00
2024-12-29 20:53:29 +11:00
2024-12-30 20:17:22 +11:00
2024-10-14 00:04:09 +11:00
2024-12-30 20:17:22 +11:00
2024-12-30 20:17:22 +11:00
2025-01-09 01:49:26 +11:00
2025-01-01 15:09:38 +11:00
2025-01-01 15:09:38 +11:00
2024-02-29 06:48:35 +11:00
2023-09-13 16:49:23 +10:00
2024-01-14 17:11:17 +11:00

Mercury

Mercury is a logic/functional programming language which combines the clarity and the expressiveness of declarative programming with advanced static analysis and error detection features.

More information is available on the website's about pages, in other README files in the source code repository, and in the documentation.

Small sample programs written in Mercury can be found in the samples and extras directories of the source code repository.

README files

The Mercury compiler has two different backends and works on different operating systems. Specific information is contained in individual README files:

Other information

See the current release notes for the latest stable release. The news file lists any recent changes. The history file is relevant if you want to find out more about the past development of Mercury. The limitations file lists some ways in which the Mercury implementation does not yet meet its goals.

Information for developers

If you are considering contributing to the Mercury project, the website contains some documents that may be helpful. These include a document about contributions in general and specific information about contributing such as coding styles.

Contact

See our contact page.

Description
No description provided
Readme MIT 145 MiB
Languages
Mercury 85.4%
C 8.7%
Shell 1.4%
Makefile 1%
JavaScript 1%
Other 2%