Skip to content
/ list Public

A just-for-fun functional Scala implementation of a singly linked list.

Notifications You must be signed in to change notification settings

timrourke/list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

list

timrourke

codecov

A just-for-fun functional Scala implementation of a singly linked list.

I've done my best to implement the most useful APIs from the built in Scala scala.collection.immutable.List implementation from first principles, without referring to List's source code.

You should stick with List for production code; this repo is just for fun. :)

About

A just-for-fun functional Scala implementation of a singly linked list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages