-
Book Overview & Buying
-
Table Of Contents
Learn Bosque Programming
By :
Bosque provides a reduced number of statements but enough to have the flexibility to write useful programs without losing its deterministic intent to allow writing more reliable code and without unexpected behavior.
In this chapter, we have reviewed the statements available in Bosque that, for the most part, would be familiar to a programmer who has previous experience in other programming languages since Bosque also supports the use of variables, constants, and control structures, among others.
On the other hand, Bosque has certain peculiarities, such as the intentional non-implementation of loops, an extension of the well-known switch clause to support different scenarios, and validation of statements to build our programs' tests.
It is essential to always keep in mind the intentionality of the language and the paradigm it implements to take advantage of it to write more reliable, readable, and maintainable code as expected from a program written in Bosque.
...