Categories: Recipes

Elana’s Lentil Soup

This recipe came from my creative mother-in-law, who has a a knack for creating quick and satisfying meals. The carrots provide a nice sweetness that balances the lentils well. Try mixing in some spinach, swiss chard or some home-made croutons for a nice addition.

Ingredients

  • 2 cups lentils
  • 1 head of garlic, minced
  • 1 pound carrots, grated
  • 8 cups water (approximate)
  • 1 tsp. curry
  • salt to taste

Preparation

  1. Bring water to a boil in a large stock pot and add lentils and garlic.
  2. Bring to a boil again and then reduce heat to medium; simmer for about 15 minutes, covered.
  3. Add grated carrots and curry. (Optional: add some cubed butternut squash.)
  4. Simmer covered until lentils are soft (another 20 – 30 minutes). (Add more water to thin the soup if it’s too thick.)

Serves 8.

sara

Share
Published by
sara

Recent Posts

Python 3 Rounding Surprise

I discovered this subtle change when one of my unit tests mysteriously failed once I…

5 years ago

Python 3 Exception Chaining

Exception chaining solves two problems in Python 2. 1. Swallowed Exceptions If, while handling exception…

5 years ago

Safe Password Storage – How Websites Get It Wrong

Here's the recording of my talk "15 minutes w/ Beeswax: Safe Password Storage - How…

5 years ago

Python at Scale: Concurrency at Beeswax

My presentation from the NYC Python Meetup: Python at Scale; Concurrency at Beeswax. Concurrent Python…

6 years ago

Python Dependencies The Right Way

My BazelCon 2019 lightning talk, Python Dependencies The Right Way*, has been posted. Please excuse…

6 years ago

Python 3 f-strings

One of my favorite features of Python 3 is f-strings (Formatted String Literals). Each of…

6 years ago

This website uses cookies.