My First Experience With The Scratch Program And Coding
Post 1 - Check out my first code called Jordan dunk, please click here: Jordan dunk on Scratch
https://scratch.mit.edu/projects/1152126208/editor
The Scratch program operates as an
interpreted language, functioning independently across multiple platforms via
web browsers. All tasks were executed through the browser, compatible with any
OS system. The program's ease of use stems from its intuitive point-click
system, simplifying the transition into programming language. Personally, I
found interpreted languages enjoyable, with query languages being particularly
familiar.
Compiled languages like C++, Rust,
or Erlang are best suited for high-efficiency applications. C, kind of like
Latin, serves as the foundational language, providing efficient native code
without interpreter overhead. This method is prevalent in gaming systems due to
its time efficiency.
Interpreted languages such as
JavaScript, Python, and Ruby, while slower than compiled languages, offer ease
of compilation and dissemination. Query languages excel in report generation
and data location, as seen in metrics and baseball statistics. Assembly
language, representing low-level programming, is crucial for device drivers and
real-time systems, where performance and resource efficiency are paramount.
Based on my limited coding
knowledge, interpreted languages appear to be the most suitable option.

Comments
Post a Comment