Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scala-native/scala-native
Your favorite language gets closer to bare metal.
https://github.com/scala-native/scala-native
aot compiler llvm native scala scala-native
Last synced: 4 days ago
JSON representation
Your favorite language gets closer to bare metal.
- Host: GitHub
- URL: https://github.com/scala-native/scala-native
- Owner: scala-native
- License: other
- Created: 2014-11-27T17:38:28.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:40:43.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:55:00.645Z (about 1 month ago)
- Topics: aot, compiler, llvm, native, scala, scala-native
- Language: Scala
- Homepage: http://scala-native.org
- Size: 20.1 MB
- Stars: 4,492
- Watchers: 132
- Forks: 365
- Open Issues: 286
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ccamel - scala-native/scala-native - Your favorite language gets closer to bare metal. (Scala)
README
# Scala Native
![Posix Status](https://github.com/scala-native/scala-native/actions/workflows/run-tests-linux.yml/badge.svg)
![MacOS Status](https://github.com/scala-native/scala-native/actions/workflows/run-tests-macos.yml/badge.svg)
![Windows Status](https://github.com/scala-native/scala-native/actions/workflows/run-tests-windows.yml/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/org.scala-native/tools_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/org.scala-native/tools_2.12)Scala Native is an optimizing ahead-of-time compiler and lightweight managed runtime designed specifically for Scala.
## Chat and Documentation
[![Discord](https://img.shields.io/discord/632150470000902164.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/scala)
Getting Started and full documentation can be found at [https://www.scala-native.org/](https://www.scala-native.org/)
## Online Scaladoc
[![Scaladoc nativelib](https://javadoc.io/badge2/org.scala-native/nativelib_native0.5_3/javadoc.svg?label=nativelib)](https://javadoc.io/doc/org.scala-native/nativelib_native0.5_3)
[![Scaladoc javalib](https://javadoc.io/badge2/org.scala-native/javalib_native0.5_2.13/javadoc.svg?label=javalib)](https://javadoc.io/doc/org.scala-native/javalib_native0.5_2.13)
[![Scaladoc clib](https://javadoc.io/badge2/org.scala-native/clib_native0.5_3/javadoc.svg?label=clib)](https://javadoc.io/doc/org.scala-native/clib_native0.5_3)
[![Scaladoc posixlib](https://javadoc.io/badge2/org.scala-native/posixlib_native0.5_3/javadoc.svg?label=posixlib)](https://javadoc.io/doc/org.scala-native/posixlib_native0.5_3)
[![Scaladoc windowslib](https://javadoc.io/badge2/org.scala-native/windowslib_native0.5_3/javadoc.svg?label=windowslib)](https://javadoc.io/doc/org.scala-native/windowslib_native0.5_3)## License
Scala Native is distributed under the Apache License.
[See LICENSE.md for details](https://github.com/scala-native/scala-native/blob/main/LICENSE.md)## Sponsors
[][EPFL-Link]
[The École polytechnique fédérale de Lausanne (EPFL)][EPFL-Link] and [LAMP][EPFL_LAMP-Link] are funding the development of Scala Native as part of Martin Odersky's research program for [Capatibilies for Resources and Effects (Caprese)][Caprese-Link] in Scala.
[][VirtusLab-Link]
[VirtusLab][VirtusLab-Link] sponsors Scala Native by providing a full-time engineer designated to the maintenance and future development of Scala Native.
[][ScalaNative-Link]
[Scala Native][ScalaNative-Link] is also powered by the efforts of its open-source community. Check out the list of [contributors][ScalaNative_contributors-Link] to this project.
[Caprese-Link]: https://www.slideshare.net/Odersky/capabilities-for-resources-and-effects-252161040
[EPFL-Link]: https://www.epfl.ch/en/
[EPFL_LAMP-Link]: https://www.epfl.ch/labs/lamp/
[VirtusLab-Link]: https://virtuslab.com/
[ScalaNative-Link]: https://scala-native.org/
[ScalaNative_contributors-Link]: https://github.com/scala-native/scala-native/graphs/contributors