News

Implemented a Mini-LISP interpreter in Python, supporting basic syntax, functions, recursion, type checking, nested functions, and first-class functions - Cerosop/Mini-LISP. ... Projects 0; Security; ...
This repository contains a collection of 6 mini Python projects. Each project is a standalone script that demonstrates different aspects of Python programming ...
Recursion is the process in which a function calls itself directly or indirectly. The corresponding function of recursion is called the recursive function. Some examples of recursion include DFS of ...