Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
Tag Archives: functional programming
OOP is the your new legacy
Today I took a light rail with my son, to bring him to school. That tram is 90 years old. It has been maintained for 90 years. Milan city sold some of them to San Francisco too.
Posted in English Content, Programming languages, Software
Tagged analytics, Charles Scafani, cloud, erlang, functional programming, ideas, java, javascript, lisp, ramblings, San Francisco
Comments Off on OOP is the your new legacy
Functional Programming In Depth, part II:Python and Scala retrospection
This is the second article on functional programming. In the first one we talked about scala and the type inference system it brings in the Java Way of Life. I played a bit with python functional howto, building a small … Continue reading
Posted in English Content, Italian Content, Programming languages, Python
Tagged clojure, clojure script, functional programming, haskell, python, scala, Software
Comments Off on Functional Programming In Depth, part II:Python and Scala retrospection
Functional Programming
Because of the success of my article on java closure, I have decided to write another article on functional programming. In the last year functional programming is waving back to us, for a lot of reason. Let’s summarize the facts: … Continue reading
Being Functional F#
F# is a Microsoft research Language. F# is riding the functional revenge way of the last years. F# is a mixed approach, because some variables can be modified. It borrows a lot of things from Haskell and OCaml (Wikipedia dixit). … Continue reading
Posted in English Content, Programming languages
Tagged .NET, f#, functional programming, ideas, Software
1 Comment
lambdaj
How many times have you read or written the same two or three lines of code that frequently seem to go together, and even though they operate on different objects, feel like the same thing? And how often these repetitions … Continue reading
Posted in English Content, Knowledgebase, Programming languages, Software
Tagged closure, functional java, functional programming, java, lambdaj
1 Comment
Closure in C#
After the success of Closure in Java we like to show you a good example in C# too. C# has a very strong support for Lambda functions, because it needs to support the LINQ language constructs. So defining a closure … Continue reading
Posted in English Content, Knowledgebase, Programming languages, Software
Tagged .NET, closure, functional programming, Software
Comments Off on Closure in C#
Closure in Java: fast and nice!
Working for two very important Banks, I have the need to play with Closure in Java. I have a lot of trouble looking at a good description of the subject, until I read a post on StackOverflow. I have decided … Continue reading
Posted in English Content, Evergreen, Programming languages
Tagged closure, functional java, functional programming, html, http, java, lambda expressions
6 Comments