Tagged articles
2 articles
Page 1 of 1
21CTO
21CTO
Jan 27, 2024 · Fundamentals

What Is Scrapscript? A Compact, Secure Language for Shareable Code

Scrapscript, a newly released compact and functional programming language, enables developers to create small, secure, and easily shareable programs that run on all major platforms and can be compiled to JavaScript for web deployment.

DockerScrapscriptcontent-addressable
0 likes · 2 min read
What Is Scrapscript? A Compact, Secure Language for Shareable Code
Big Data Technology & Architecture
Big Data Technology & Architecture
Mar 11, 2019 · Fundamentals

Understanding Closures in Scala

This article explains the concept of closures, showing how a function can capture external variables, illustrated with Scala examples that demonstrate anonymous functions, free variables, and a complete runnable program producing expected output.

Scalaclosurefunctional
0 likes · 3 min read
Understanding Closures in Scala