# Two Julia pearls

**URL:** https://discourse.julialang.org/t/two-julia-pearls/116352
**Category:** New to Julia
**Created:** [June 28, 2024, 11:12am UTC](https://discourse.julialang.org/t/two-julia-pearls/116352 "2024-06-28T11:12:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sbacelar](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sbacelar/32/4359_2.png) [@sbacelar](https://discourse.julialang.org/u/sbacelar)
#### Post date: [June 28, 2024, 11:12am UTC](https://discourse.julialang.org/t/two-julia-pearls/116352/1 "2024-06-28T11:12:52Z")

</div>

While trying once again to find if there was any Julia version of the `Classic Computer Science Problems` by David Kopec (there are versions in Python, Java, Rust, JavaScript and others in [GitHub - davecom/ClassicComputerScienceProblemsInPython: Source Code for the Book Classic Computer Science Problems in Python](https://github.com/davecom/ClassicComputerScienceProblemsInPython?tab=readme-ov-file)), I found these very important pearls from @CMoebus in [JULIA Projects // University of Oldenburg](https://uol.de/en/lcs/projects) a Julia application of the SICP and of the ISLR2, both using `Pluto.jl`.

---

<div class="post-metadata">

### Author: ![kapple](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kapple/32/218915_2.png) [@kapple](https://discourse.julialang.org/u/kapple)
#### Post date: [June 28, 2024, 11:16am UTC](https://discourse.julialang.org/t/two-julia-pearls/116352/2 "2024-06-28T11:16:37Z")

</div>

This is the first I’ve heard of this, thanks for informing us.

Just to let you know, you’ll want to remove the colon from your link so that it’s:

[https://uol.de/en/lcs/projects](https://uol.de/en/lcs/projects)

instead.

---

<div class="post-metadata">

### Author: ![PCM](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pcm/32/24494_2.png) [@PCM](https://discourse.julialang.org/u/PCM)
#### Post date: [June 28, 2024, 11:50am UTC](https://discourse.julialang.org/t/two-julia-pearls/116352/3 "2024-06-28T11:50:35Z")

</div>

These are my personal diaries while learning Julia. I tried to be close to SICP as possible. When I started to transpile the last two chapters of SICP, Simon Prince published his book UDL. I interupted my SICP activities in favor of UDL because I wanted to explore Julia, Pluto.jl, and LUX.jl while implementing neural networks. I am certain that all Julia code snippets can be improved by more expert Julia devs so I published the code in GitHub.
