Iterators vs. Generators

C#designJavajinqLINQprogramming

Yes, there is a difference. Although both produce the same end effect, an iterator is not the same as a generator. The difference is in the way it is implemented and also consumed.

Read more →

Mundane vs JINQ Way

designJavajinqLINQ

New things are not always instantly accepted. Beyond skepticism, new things challenge the comfort people are accustomed to. JINQ wasn’t particularly welcomed. It was either discarded as unknown …

Read more →

Text Editors

I am not a *nix commands expert … but a professional? So why not relish educating my brother a couple of nifty commands, especially – find and grep, which he was looking into at the time. You can find …

Read more →

Selective Combinations

Consider this scenario: You have a list of strings with which you have generate ordered selective combinations of strings starting with the first string in the list. Let us say the list of strings is …

Read more →

JINQ

.NETC#JavajinqLINQprogramming

JINQ (Java INtegrated Query) is an ultra minimalistic library inspired from and mimicking the .NET LINQ. While LINQ is a language level construct, JINQ is composed of types - classes and methods, but …

Read more →