Dependently typed language best suited to “real world” programming?

Posted by Kim on Programmers See other posts from Programmers or by Kim
Published on 2011-01-08T21:50:26Z Indexed on 2011/01/08 21:58 UTC
Read the original article Hit count: 569

Filed under:

Which dependently typed programming languages could be used for real world application development? I will mostly be writing toy applications at first, after that maybe web development or a simple DBMS.

These are some points, that I think are important:

  • documentation
  • example programs
  • a good/big standard library
  • an easy to use foreign function interface
  • a community of people using the language for real world tasks
  • tool support

© Programmers or respective owner

Related posts about programming-languages