Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Racket

Racket is a general-purpose, programming language and a platform for programming language design and implementation. Racket supports multiple paradigms: functional programming, object-oriented programming, Functional Reactive Programming (FRP) and Language Oriented Programming with powerful macros and parsing libraries. Static type checking, type classes and gradual typing support the development of large code bases.

https://github.com/inanyan/eng-ua-translator1

Rule based English to Ukrainian translator

english lisp nlp racket translator ukrainian

Last synced: 26 Dec 2024

https://github.com/shrondi/hundirflota-racket

Juego de Hundir la flota creado con interfaz gráfica en Racket/Scheme

hundir-la-flota lisp programacion-declarativa racket racket-graphical-interface-toolkit racket-gui racket-lang scheme uco

Last synced: 13 Jan 2025

https://github.com/spdegabrielle/nhsnumber

Validate NHS number http://www.isb.nhs.uk/documents/isb-0149 as per http://www.isb.nhs.uk/documents/isb-0149/amd-136-2010/index_html

healthcare nhs racket

Last synced: 30 Jan 2025

https://github.com/pmatos/racket-gccjit

Racket bindings for libgccjit

gcc jit racket

Last synced: 09 Jan 2025

https://github.com/pmatos/cond-contract

Package to allow the specification of optional contracts

contracts racket

Last synced: 09 Jan 2025

https://github.com/donomii/mazerobots

Racket scheme program to draw random figures. Most of the time they appear to be leaping.

demo graphics opengl racket racket-scheme scheme

Last synced: 28 Dec 2024

https://github.com/pmatos/rabbit

Rabbit is a Racket interface to libvirt

libvirt racket virtualization

Last synced: 09 Jan 2025

https://github.com/yilinwei/otp

otp racket

Last synced: 01 Feb 2025

https://github.com/pmatos/raclette

A Racket Distro Manager

distribution manager racket

Last synced: 09 Jan 2025

https://github.com/pmatos/rattle-smith

XSmith based fuzzer for R7RS

fuzzer r7rs racket xsmith

Last synced: 09 Jan 2025

https://github.com/zacharyweiss/zacharyweiss.github.io

Personal site, in the process of being rebuilt with Pollen

pollen racket

Last synced: 29 Dec 2024

https://github.com/panadestein/solved-sicp

Solutions to the SICP problems

racket scheme sicp-solutions

Last synced: 13 Jan 2025

https://github.com/gabrielnagy/2048racket

Final project for my second year Functional Programming class

functional-programming racket university-project

Last synced: 15 Dec 2024

https://github.com/spdegabrielle/check-nhs-number

a simple package to validate NHS numbers in Racket

nhs racket

Last synced: 30 Jan 2025

https://github.com/taggagii/racket

Some general formula's and jazz from racket for my own reference

learning-by-doing racket

Last synced: 16 Jan 2025

https://github.com/ymdarake/racket-guide

Racket lang study based on https://docs.racket-lang.org/guide/macros.html and https://www.greghendershott.com/fear-of-macros/all.html

lisp-dialect macro racket racket-lang scheme scheme-language

Last synced: 16 Jan 2025

https://github.com/alainakafkes/autosnake

A self-playing snake game written in Racket.

first-app-on-github playing-snake-game racket snake-game

Last synced: 02 Jan 2025

https://github.com/jackfirth/rpn

A Racket package for working with Reverse Polish Notation stack structures

data-structures forth racket reverse-polish-notation

Last synced: 30 Jan 2025

https://github.com/fxhxyz4/racket

Tried racket with DrRacket IDE

lisp racket rkt

Last synced: 25 Jan 2025

https://github.com/derekxkwan/cryptopals-solutions

cryptopals solutions

crypto cryptopals racket

Last synced: 18 Jan 2025

https://github.com/kenwuqianghao/cs-135-homeworks

Code written for UWaterloo CS 135 homeworks

racket

Last synced: 27 Dec 2024

https://github.com/julgitt/logic-circuit-simulator

Logic Circuit Simulator taking into account the time delay of the logic gates

functional-programming logic-circuit-simulator logic-gates racket

Last synced: 18 Jan 2025

https://github.com/twolodzko/schsch

Minimal Scheme interpreter implemented in Scheme (Racket)

lisp lisp-interpreter racket racket-lang scheme scheme-interpreter

Last synced: 22 Dec 2024

https://github.com/jbclements/t-test

Implementations of Student's T-Test and Welch's T-Test for Racket

racket

Last synced: 30 Jan 2025

https://github.com/martinskachkov/functional-programming

Complimentary materials for the "Functional programming" course of Computer science 2022 - 2023.

functional-programming haskell racket

Last synced: 25 Jan 2025

https://github.com/suzannesoy/phc-graph

Graph manipulation library in Typed/Racket

racket racket-library

Last synced: 30 Jan 2025

https://github.com/jbclements/glpk

FFI interface to Gnu Linear Programming Kit

racket

Last synced: 30 Jan 2025

https://github.com/sagnikc395/schemester

Racket/Scheme learning journey.

lisp racket

Last synced: 16 Dec 2024

https://github.com/tchajed/hanabi

Hanabi game engine in Racket

game hanabi racket

Last synced: 24 Jan 2025

https://github.com/mahi97/numex-lang

~ The pure functional Interpreter for NUMEX Language Based on Racket

functional-programming interpreter numex programming-language racket

Last synced: 05 Jan 2025

https://github.com/pmatos/octo-racknews

Statistics gathering for Racket News

github racket racket-news statistics

Last synced: 09 Jan 2025

https://github.com/saiteja-talluri/tower-of-hanoi-solver

GUI for tower of hanoi with hint option giving the best move from any state of the game

bfs-algorithm hanoi-towers racket

Last synced: 19 Jan 2025

https://github.com/pmatos/racketcs-internals

A Manual for Porting RacketCS and its internals

book chezscheme internals pollen racket

Last synced: 09 Jan 2025

https://github.com/saiteja-talluri/2048-the-game

2048 Game developed using Racket Libraries

2048-game bfs gui racket

Last synced: 19 Jan 2025

https://github.com/huy-dna/sicp

Learning notes and exercise walkthrough of the SICP book

learning-by-doing racket sicp

Last synced: 27 Jan 2025

https://github.com/jackfirth/delimit-app

A Racket library that makes function application delimiter-sensitive

racket racket-library syntax

Last synced: 30 Jan 2025

https://github.com/sagnikc395/aoc2024

Advent of Code 2024 Solutions in Racket. [WIP]

advent-of-code racket

Last synced: 16 Dec 2024