def myFun(x: Int, y: Int): Int =
val myInt1: Int = x
val myInt2: Int = y
???
myFun(1, 2)
// scala.NotImplementedError: an implementation is missing
Scala- 35 min
- Blog
- Computer Science
- Julia, JupyterLab, Pluto, PowerShell 7, VS Code
In our previous article, What Is Julia, and Why It Matters?, we discussed why Julia is so relevant today and…