wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

Note Taker App

profile
Aarti Rathod
Jul 16, 2025
0 Likes
0 Discussions
3 Reads



(defvar *notes* '()

"Global list to store text notes.")


(defun add-note ()

"Add a new text note."

(format t "Enter your note: ")

(let ((note (read-line)))

(push note *notes*)

(format t "๐Ÿ“ Note added: ~A~%" note)))


(defun list-notes ()

"Display all saved notes."

(if *notes*

(progn

(format t "~%๐Ÿ“‹ Your Notes:~%")

(dolist (note (reverse *notes*))

(format t "โ€ข ~A~%" note)))

(format t "๐Ÿ“ญ No notes found.~%")))


(defun clear-notes ()

"Clear all saved notes."

(setf *notes* '())

(format t "๐Ÿงน All notes cleared.~%"))


(defun show-menu ()

"Displays the options menu."

(format t "~%========= NOTE TAKER =========~%")

(format t "1. Add Note~%")

(format t "2. View Notes~%")

(format t "3. Clear Notes~%")

(format t "4. Exit~%")

(format t "Choose an option (1-4): "))


(defun note-taker ()

"Main loop for the note taker app."

(loop

(show-menu)

(let ((choice (read)))

(case choice

(1 (add-note))

(2 (list-notes))

(3 (clear-notes))

(4 (progn (format t "๐Ÿ‘‹ Exiting Note Taker. Goodbye!~%") (return)))

(t (format t "โŒ Invalid option. Try again.~%"))))))



Comments ()


Sign in

Read Next

Operating system and overviews

Blog banner

SQL Injection Techniques

Blog banner

GIS Applications: How Different Industries are Leveraging Geospatial Data

Blog banner

Footprinting

Blog banner

POVERTY:Causes and solutions to problems

Blog banner

USPS mail

Blog banner

Benefits and drawback of web security.

Blog banner

My First Trek - Sondai, Karjat - Shoaib Malik

Blog banner

Protein and Energy: Why Your Workday Diet Needs More of It

Blog banner

Service Catalogue Management

Blog banner

COMPUTER FORENSICS AND GRAPHICS

Blog banner

Street foods

Blog banner

GraphX:- A graph processing tool

Blog banner

All you need to know about Cassandra

Blog banner

Should you be using a mouthwash? Know from the experts

Blog banner

Direct Memory Access

Blog banner

Process and Threading

Blog banner

Affiliate Marketing V/S Influencer Marketing

Blog banner

OPERATING SYSTEM

Blog banner

Understanding Univariate, Bivariate, and Multivariate Analysis in Data Science

Blog banner

Difference Between Classification And Clustering

Blog banner

Virtual memory

Blog banner

Man is free by the birth .

Blog banner

Kernel in Operating System

Blog banner

Secure Hypertext transfer protocol

Blog banner

Asana

Blog banner

Self managing devices

Blog banner

An Overivew Of Cache Memory

Blog banner

DURGA POOJA

Blog banner

Objectives and Functions of Operating System

Blog banner

Worldโ€™s rarest passport owned by 500 people.

Blog banner

Mango Raisin Chutney (sweet mango raisin spread)

Blog banner

LINUX VSERVER VIRTUAL MACHINE ARCHITECTURE

Blog banner

Social Media Marketing Trends 2022

Blog banner

Layers Of Blockchain

Blog banner

A Happier Workplace Starts with Healthy Lunches by Meal Maharaj

Blog banner

Swiggi

Blog banner

The Impact of Cyber Forensics on Corporate Governance and Compliance

Blog banner

HubSpot

Blog banner

10 Amazing facts about Tokyo Ghoul

Blog banner

Way to make your meal healthier.

Blog banner

Domain Name System

Blog banner