Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Wikipedia:Reference desk/Archives/Computing/2020 June 17

From Wikipedia, the free encyclopedia
Computing desk
< June 16 << May | June | Jul >> June 18 >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


June 17

[edit]

Why are Arduino programs called 'sketches'?

[edit]

Why are Arduino programs called 'sketches'? Hayttom (talk) 04:26, 17 June 2020 (UTC)reply

Arduino is based on the Processing programming language which is aimed at visual artists. According to the Processing about page, it was originally designed to be a "software sketchbook" that would teach the "fundamentals of computer programming within a visual context." Hope that helps! TJScalzo (talk) 07:28, 17 June 2020 (UTC)reply
It does! Thanks, TJScalzo!
Resolved
Hayttom (talk) 07:37, 17 June 2020 (UTC)reply
Arduino is not based on the Processing language. Arduino is predominantly programmed in C++. However, the most common Arduino programming environment is a derivative of the Processing editor. The most commonly used editor/IDE comes from Processing, the language does not. 85.76.69.83 (talk) 19:37, 20 June 2020 (UTC)reply