Android
From HaskellWiki
(Difference between revisions)
(→Related: add link to GHC on ARM) |
(→Related: Added a link to "Cross-compiling GHC") |
||
| (6 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | {{Stub}} | ||
| + | |||
= Discussions = | = Discussions = | ||
* StackOverflow: [http://stackoverflow.com/questions/5151858/running-a-haskell-program-on-the-android-os Running a Haskell program on the Android OS] | * StackOverflow: [http://stackoverflow.com/questions/5151858/running-a-haskell-program-on-the-android-os Running a Haskell program on the Android OS] | ||
| - | * Reddit: [http://www.reddit.com/r/haskell/comments/ful84/haskell_on_android/ Haskell on Android] | + | * Reddit: [http://www.reddit.com/r/haskell/comments/ful84/haskell_on_android/ Haskell on Android], [http://www.reddit.com/r/haskell_proposals/comments/fdz3y/haskell_bindings_for_android_ndk_apis/ Haskell bindings for Android NDK APIs] and [http://www.reddit.com/r/haskell_proposals/comments/7ihso/an_arm_port_of_ghc_that_works_so_we_can_program/ An ARM port of GHC that works (so we can program the iphone or android)] |
* Google+ [https://plus.google.com/101555949501667191720/posts/JaFk1HS5oR7 So who else is interested in getting Haskell running on Android?] | * Google+ [https://plus.google.com/101555949501667191720/posts/JaFk1HS5oR7 So who else is interested in getting Haskell running on Android?] | ||
= Related = | = Related = | ||
| + | * [http://hackage.haskell.org/trac/ghc/wiki/Building/CrossCompiling Cross-compiling GHC] | ||
| + | * [https://github.com/neurocyte/ghc-android ghc-android]; a build script for building ghc cross compilers targeting Android. | ||
| + | * [[ARM]] | ||
* [https://ghcarm.wordpress.com/ GHC on ARM] | * [https://ghcarm.wordpress.com/ GHC on ARM] | ||
| + | * [[iPhone]] | ||
| + | |||
[[Category:OS]] | [[Category:OS]] | ||
| + | [[Category:Platforms]] | ||
Revision as of 09:17, 14 February 2013
This article is a stub. You can help by expanding it.
1 Discussions
- StackOverflow: Running a Haskell program on the Android OS
- Reddit: Haskell on Android, Haskell bindings for Android NDK APIs and An ARM port of GHC that works (so we can program the iphone or android)
- Google+ So who else is interested in getting Haskell running on Android?
2 Related
- Cross-compiling GHC
- ghc-android; a build script for building ghc cross compilers targeting Android.
- ARM
- GHC on ARM
- iPhone
