TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Haskell on Android

153 pointsby psibialmost 11 years ago

3 comments

ErikRognebyalmost 11 years ago
&quot;...that Java was calling Haskell as C via it’s Foreign Function Interface (FFI), which in turn was executing correctly (including its Runtime System), and calling SDL’s C API also via the FFI. It meant all communication between Android, Java, Haskell and C was working fine...&quot;<p>Is this efficient? Will end users notice any performance hit from all of these layers?
评论 #8178549 未加载
评论 #8178365 未加载
评论 #8178353 未加载
评论 #8179675 未加载
taylorfausakalmost 11 years ago
&gt; To the inexperienced, this may look just like any green screen. But it meant much more.<p>Reminds me of &quot;Black Triangles&quot;: <a href="http://rampantgames.com/blog/?p=7745" rel="nofollow">http:&#x2F;&#x2F;rampantgames.com&#x2F;blog&#x2F;?p=7745</a>
efnxalmost 11 years ago
The potential for this has been around for a bit, though not a long time. It&#x27;s great to see it getting some traction. iOS&#x2F;ARM support was added in 7.8 which is now the standard with Haskell Platform. Now we need tools that target and deploy our apps to all platforms :)