Skip to main content

compilable 

ability to be compiled
There is no way that code can be compilable! It is way to messy!
compilable by god June 5, 2003

Macwards Compatible 

If a software can be used on an Apple Mac computer.
"Nah, dude. You can't use that program, they haven't made it Macwards compatible yet."

comortable 

adj. To be lacking in discretion; decency.
Those nudists are so comortable.
comortable by Camlo October 13, 2007

computable 

The property of a problem being solved by means of a Turing machine.

In other words, can we write a program to solve the problem? If so, then the problem is computable.
The sorting problem is computable. I can sort lists of things based on a common comparator.

The halting problem is not computable.
computable by alpsmac February 23, 2010

Comparable<T> 

A Java Interface signifying the client that it can compare two objects which implement this. Essentially, it forces the existence of the compareTo(T otherObj) method -- depicted below. This tells a user it can use this method to compare these two objects. Typically this comparable also allows the proper implementation of an equals(Object other) method, as this would be any case in which compareTo(T otherObj) would return a 0.
public interface Comparable<T> {

public int compareTo(T otherObj);

}
Comparable<T> by gunvalid January 21, 2019

Cassy Compatible 

A term used to describe a man that Cassy would be “compatible with”.
Oh man, did you see that boofy lookin’ dude? He’s Cassy Compatible as fuuuuck.
Cassy Compatible by lookoonoo September 13, 2018