Questions tagged [cinnameg]

Cinnameg is a programming language that allows you to mix declarative (functional and logic) and imperative (including object-oriented) programming seamlessly.

Cinnameg is a programming language that allows you to mix declarative (functional and logic) and imperative (including object-oriented) programming seamlessly.

http://www.cs.ecu.edu/~karl/cinnameg/9-0/lin/index.html

1 questions
0
votes
1 answer

Comparing two Binary Numbers

I'm doing an assignment in Cinnameg that requires me to perform several operations on binary numbers (represented as lists) including one that will compare them and return a character such that compareInts(x, y) will return '>' if x > y, '<' if x <…