Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 412 Bytes

DreamBerd arrays for Python

Because Python is awesome but DreamBerd is better.
Arrays start at -1 and can have float indexes.

Spec: DreamBerd Arrays

Installation

pip install dreamberd-array

Usage

from dreamberd_array import DreamBerdArray

array = DreamBerdArray([1, 2, 3, 4])

print(array[-1]) # 1