Coder Social home page Coder Social logo

php-lc's People

Watchers

 avatar

php-lc's Issues

Array comprehensions

Php-lc, neat idea :). Too bad it's only possible in php putting code into
string. But nevertheless, still nice.

I have an improvement idea. I only read the abstract, so maybe it is
already possible,but here it comes: In Python you comprehend lists, but in
PHP you actually comprehend arrays. What about giving access to its keys:

* Python list comprehensions: [i*2 for i in Data if i > 5]
* Php-lc list comprehensions: lc ('$i*2 for $i in $Data if $i > 5', compact
('Data'))
* Php-lc array comprehensions, lc ('$key**2 => $i*2 for $key => $i in $Data
if $i > 5', compact ('Data'))

This way new keys can be specified and old keys can be used in the expression.

Original issue reported on code.google.com by spelunker83 on 21 Oct 2008 at 1:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.