-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
420 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
# Frequently Asked Questions | ||
|
||
## Will Fijit ever support Scala 3? | ||
## Will fijit ever support Scala 3? | ||
|
||
The short answer is: probably not. | ||
|
||
The original motivation for building Fijit was to facilitate the development of Clojure interfaces into Scala-native | ||
The original motivation for building fijit was to facilitate the development of Clojure interfaces into Scala-native | ||
projects like [Apache Spark](https://spark.apache.org/) and [Akka](https://akka.io/). | ||
At the time of writing, neither of these tools run on Scala 3 and will likely not be switching for a long time. | ||
|
||
That said, Fijit already leverages macros to delegate to different implementations depending on the Scala version. | ||
It is possible that a Scala 3 implementation is possible for the entire Fijit API, it is possible that one day Fijit | ||
That said, fijit already leverages macros to delegate to different implementations depending on the Scala version. | ||
It is possible that a Scala 3 implementation is possible for the entire fijit API, it is possible that one day fijit | ||
could support Scala 3. | ||
|
||
If you are inclinded to help with this effort, please see the [contributing guide](erp12.github.io/fijit/contributing.html). | ||
If you are inclined to help with this effort, please see the [contributing guide](erp12.github.io/fijit/contributing.html). | ||
|
||
## Why the name "Fijit"? | ||
## Why the name "fijit"? | ||
|
||
Clojure and Scala are both: | ||
|
||
- **F**unctional. | ||
- **I**mmutable-first. | ||
- **J**vm hosted (primarily). | ||
|
||
## How to pronounce "fijit"? | ||
|
||
Same as "fidget". |
Oops, something went wrong.