-
Notifications
You must be signed in to change notification settings - Fork 15
Questions and Answers
Robbie Gleichman edited this page Jan 8, 2017
·
2 revisions
Glance is for programmers of all experience levels. Glance is not just for novice programmers, nor is it designed just for teaching programming.
The visual design goals are for Glance to be:
- Compact (fit lots of code on the screen)
- Clean (doesn't look messy)
- Clear (meaning of code is unambiguous)
The short term goal for the project is to answer the question:
Is it possible to create a readable and compact graphical representation of Haskell function and value declarations?
One of the challenges with graphical programming languages has been their inability to scale. Of course with Haskell it is possible to write code as many small functions, but there are times when it helps to simply see lots of code on the screen.