| inglese > italiano | |
| cons | |
| 1. sost. plurale di con | |
| 2. verb. 3ª pers sing presente semplice di con | |
| con | |
| 1. sost. contro, svantaggio | |
| 2. sost. (popolare) truffa, raggiro, imbroglio, fregatura | |
| 3. sost. (popolare) detenuto, carcerato | |
| 4. sost. (popolare) raduno, convegno | |
| 5. verb. truffare, raggirare, fregare, abbindolare | |
| 6. verb. (Glossa;arcaico) imparare a memoria | |
| inglese > inglese | |
| cons | |
| 1. subst. plural of con |  |
| 2. subst. (computing) A data structure in LISP that is a pair of pointers, car and cdr, used mainly for lists. |  |
| 3. v. (computing) To obtain a list from a cons or a nesting of conses; to prepend an element to a list by forming a cons of that element and the list; to obtain a list from a smaller one by repeated applica |  |
| In addition to specifying the whole list at once using square brackets and commas, you can build them up piece by piece using the (:) operator. This process is often referred to as consing.WB |  |