Practical Code Solutions

Solutions and Ideas on Programming, Statistics and Networking

Showing posts with label lispforc. Show all posts
Showing posts with label lispforc. Show all posts
Tuesday, August 25, 2015

Lisp for the C++ programmer: Numerical Integration

›
In the series of Lisp for the C++ programmer , we present some Common Lisp examples in a way similar to examples which are written in C++ ...

Lisp for the C++ programmer: Changing an element of a list

›
Here is the example of changing an element of a Common Lisp List and its equivalent code in C++ typed as List comment. ; #include ...
1 comment:

Lisp for the C++ programmer: for loop

›
Here is the example of for loop. Equivalent C++ code is commented on the top the Common Lisp code as comments. ; for (int i = 0...
1 comment:

Lisp for the C++ programmer: Function definitions and function calls

›
Here is the simple Common Lisp example, in which a sum and an ArithmaticMean functions defined. Both C++ and Common Lisp code here calcula...

Lisp for the C++ programmer: cond expression

›
Here is the example for the cond expression of Common Lisp and its C++ equivalent. ; int x = 10; ; if (x < 10) { ; p...
›
Home
View web version
Powered by Blogger.