Giter Club home page Giter Club logo

racketf's Projects

filter-in icon filter-in

Returns list of elements in lst that satisfy the predicate pred (see EOPL).

list-set icon list-set

Returns list with n-th element replaced by x (see EOPL).

list.any icon list.any

Returns #t if any element of lst satisfies pred, #f otherwise (see EOPL).

list.every icon list.every

Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).

list.find-index icon list.find-index

Returns 0-based position of first element in lst that satisfies predicate pred (see EOPL).

list.get icon list.get

Use recursive definition of list to get the nth element (see EOPL).

list.get-informative icon list.get-informative

Get nth element of list so that it produces a more informative error message (see EOPL).

list.length icon list.length

Use the recursive definition of list to find its length (see EOPL).

list.merge icon list.merge

Merge loi1 and loi2 in ascending order (see EOPL).

list.remove-first-value icon list.remove-first-value

Get a new list with elements in the same order, except the the first occurrence of symbol s (see EOPL).

list.remove-value icon list.remove-value

Like remove-first, except that it removes all occurrences of given symbol (see EOPL).

lists-quiz icon lists-quiz

Implementing operations on list using functional calls such as map, foldl, apply ...

slist.down icon slist.down

Wraps parentheses around each top-level element of lst (see EOPL).

slist.flatten icon slist.flatten

Returns list of symbols in slist in the same order (see EOPL).

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.