generic-functions
There are 35 repositories under generic-functions topic.
grpc-ecosystem/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
ahmetb/go-linq
.NET LINQ capabilities in Go
albrow/fo
An experimental language which adds functional programming features to Go.
fsprojects/FSharpPlus
Extensions for F#
coady/multimethod
Multiple argument dispatching.
troglobit/libite
That missing frog DNA you've been looking for
markcox80/specialization-store
A different type of generic function for common lisp.
ahmetkgunay/NetworkLayer
Protocol Oriented Generic Network Layer example with Alamofire and Swift4
devnw/gen
gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed across multiple types, and provides a common interface for the functionality. The library is designed to be used in a wide variety of projects and is designed to be easy to use.
a-p-jo/ll
Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more.
CarlosLunaMota/MedianSort
A simple iterative variant of QuickSort that uses O(1) space for all inputs
M-F-Tushar/CSE-1201-Object-Oriented-Programming-Language
Notes, Programs, practicals, and assignments for Object Oriented Programming (CSE 1201).
palisades-lakes/multimethod-experiments
Experiments with implementation and design variations related to Clojure's `defmulti`/`defmethod`/`MultiFn`.
sergeydobrodey/collection
A lightweight Go library built on generics, offering functional-style utilities for slices, maps, and channels — enabling clean, expressive, and concurrent data transformations.
palisades-lakes/dynamic-functions
generic functions: more restricted but faster than Clojure multimethods
Safo-Samson/Generic_Methods
working on generic methods, which allow us to write methods that can work with different types of parameters.
fmalmeida/pythonScripts
Repository to store my Python Scripts
iaman877/AwesomeCPP
It will contain all logical problem and related concepts in C++ 🚀🌈 🚀
iosbrain/Swift-4-Generics-Playground
An Xcode 9 playground for exploring Swift 4 generics.
davinceleecode/forPractice
A repository for storing my best practices, coding techniques, and newly adopted styles.
EyupCanARSLAN/OutKillerProject
This package aim is that create standardization rules to functions return object.
iliocatallo/mire
Generic functions in JavaScript.
marcfreiheit/generic-functions-squeak
An implementation of generic functions in Squeak/Smalltalk
mdo91/Exercism-swift
Set of algorithmic challenges provided by exercism platform about swift language and its generic functions
sonlamho/gopy
makes Go (>=1.18) feels more like Python with generic functions
vincent-coetzee/ArgonWorks
ArgonWorks the second version of a compiler and a novel IDE for working with the Argon language. Argon has multiple inheritance as well as type inference but methods are all multimethods and dispatch according to the types of all parameters not just the receiver.
AddioElectronics/GeNETiCC
A C library which implements generic functions for working with arrays, lists, and more(coming soon), in a style that implements syntactic sugar that closely resembles C#. Not typical C, though one could use the internal functions. Designed for quick prototyping.
Carusel02/Database
Create a database using generic structures in C
ist181045/pava1718-01-generic-functions
[MOVED TO GITLAB] Advanced Programming Project - 2017'18
Samarth-Mittal/graph-utility
This small project is for performing operations on graph, traversal (both BFS and DFS), and searching a path between two nodes.
wtask-go/alloc
Allocation and dereference helper pakage for Go
AIexandrKotov/Binarizator
Simple library which add generic extensions for binary read-write without losing perfomance.
danielcorreia96/PAva_Projects
Advanced Programming Projects (IST MEIC-A 2017/2018)
txalkan/rust-generics
Generic types in Rust :crab: