11 ms·
The L Programming Language & System
- abecedarius 15y agoSome code, which I haven't tried yet, at http://home.cc.gatech.edu/tony/61 http://home.cc.gatech.edu/tony/61
- jhuckestein 15y agoDear Language authors, please stop using single-letter names or generic terms for programming languages. It messes with the Google.
- marbu 15y agoDuckduckgo seems to offer reasonable results: http://duckduckgo.com/?q=L http://duckduckgo.com/?q=L. While it doesn't solve this problem entirely, it's a good starting point.
- JulianMorrison 15y agoJ has an excuse. They only use identifiers longer than 1 letter because ASCII lacks for APL symbols.
- bhickey 15y agoThis name collision is even worse than you suggest. Lindenmayer systems (L-systems) were invented back in the 60s and have been called L-systems for years.
- joshuafcole 15y agoActually, I followed the link because I thought this was referring to a programming language derived from them.
- cschmidt 15y agoIndeed, that's what I thought of. The problem for R is so bad, people have created special purpose search engines like www.rseek.org .
- fexl 15y agoLooks a bit like my Fexl (http://fexl.com/code http://fexl.com/code), though Fexl has a much smaller grammar and footprint. I'm not sure I have all the "capability" and "distributed" stuff though, and I definitely don't have threads, much preferring "fork" (i.e., O.S. level blocking system calls with timeouts are my friends). (Incidentally, GA Tech is my alma mater.)