Hacker News new | ask | show | jobs
by twism 6244 days ago
Is it just me or does the verbosity of the processingjs code for custom fonts bother anyone else?
1 comments

What are you getting at exactly? The code in the demo script or the code in the library?
The demo script. Any of the demos as a matter of fact.
Well it really is designed as a low-barrier language. It doesn't have all the shortcuts you'd see in a low-level language. Even though you can use JavaScript in Processing.js, I usually try to make sure my examples run in the Native Java application also, which requires greater verbosity of course.