top of page

WELCOME
Search


Goto statement
The unconditional jump instruction is here. It is strange to announce such a trivial thing but it was a real challenge to implement. What makes it hard? It is intended to work on a flattened program tree. Flattening the program tree is the actual problem. In version 2512 we have it working with some limitations. But lets start with a short introduction. 'Goto' is a statement that is often avoided since it tends to make the code unreadable/unmaintainable if overused. Typ
Ivaylo Fiziev
6 days ago2 min read
Â
Â
Â


Practical use case: Sorting arrays
How do you arrange the elements of an array in ascending/descending order? This trivial problem has an even more trivial solution - you...
Ivaylo Fiziev
May 302 min read
Â
Â
Â


Recursive vs. iterative SCL code
There are two approaches to solving a problem in computing that requires visiting a lot of states. Iterative and recursive. The iterative...
Ivaylo Fiziev
Mar 20, 20242 min read
Â
Â
Â


Material Flow
Materials are used in every production line. These are goods of any kind needed to make the final product. It is also important to...
Ivaylo Fiziev
Jun 8, 20233 min read
Â
Â
Â
CONTACT

bottom of page
