Skip to content

Is Koka intended to eventually become a general-purpose language? #581

Answered by daanx
wrq asked this question in Q&A
Discussion options

You must be logged in to vote

Many new languages are developed all the time, but only few bring fundamentally new things to the table (like Rust for example did with borrowing, or Haskell with pure FP). With Koka, development has been slow as we have been tackling hard issues (like Perceus compiler guided reference counting) and novel design (like algebraic effect handlers). At this point, Koka is really getting there though with most of the fundamental design in place (still some to do with implicits and better mutable data types). The compiler and runtime has aways been developed with real-world use in mind with a high quality runtime/allocator/compiler -- it was never intended as a by-product of research; rather th…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wrq
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants