[serene] New list implementation <vector based>

  • From: Sameer Rahmani <lxsameer@xxxxxxx>
  • To: serene@xxxxxxxxxxxxx
  • Date: Sat, 19 Sep 2020 01:33:31 +0100

Hey folks,
This is a heads up to any one who wants to work on the reader.

I've made some changes to the `List` struct. I bascially created a new
implementation which is based on Rust's Vectors. The new
implementation is much simpler. Also created a `Seq` trait which is not
completed yet but contains a `first` and a `rest` function to work with
lists or any other collection that implements `Seq`.

Cheers
Sameer

Other related posts:

  • » [serene] New list implementation <vector based> - Sameer Rahmani