rfns / cache-fp-poc

A proof-of-concept on bringing some functional programming into Caché

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caché Functional Programming (proof-of-concept)

This prototype describes the usage of methods for manipulating collections using an approach similar to what functional programing languages do. However, it's pretty limited to that. There's no extensive support to employ any other functional programing feature, since the ideal would be COS supportting it.

Still, it can be pretty useful if you need some extra control over your collections without breaking a sweat.

To see how to use it check the class FP.Sample.

About

A proof-of-concept on bringing some functional programming into Caché


Languages

Language:Apex 90.3%Language:TeX 9.7%