.From C to CLIPS Although CLIPS is written in C language, in fact, it is completely different from C language. Because they are different in concept. If you want to learn CLIPS in depth, I suggest you look at things related to functional languages (such as LISP) first. In functional languages, there is no sequence and loop (which are everywhere in imperative languages such as C), only recursion and some other things. Maybe when we program in C language, we always think about how to define the input of the program and how to get the output of the program through an algorithm. This is an extension of the standard von Neumann architecture, which greatly improves the execution efficiency of the program, but on the other hand, it increases the workload and complexity of the programmer. Relatively speaking, functional languages do the opposite. The programmer is relaxed, while the machine runs hard, which should be regarded as a major feature of functional languages.
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore