Hacker News new | ask | show | jobs
by ruuda 777 days ago
RCL (https://rcl-lang.org):

    [
        for book in input.store.book:
        if book.price < 10:
        book.title
    ]