Skip to content

Commit 95ea00e

Browse files
authored
Merge pull request #23 from Thirumalai-Shaktivel/pr_03
Add images
2 parents ad0784b + ee2f40c commit 95ea00e

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

content/blog/images/color.png

87.7 KB
Loading

content/blog/images/graph.png

28 KB
Loading

content/blog/images/gray.png

41.4 KB
Loading
52.3 KB
Loading

content/blog/lpython_mvp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Based on the novel Abstract Semantic Representation (ASR) shared with LFortran,
1515

1616
In this blog, we describe features of LPython including Ahead-of-Time (AoT) compilation, JIT compilation, and interoperability with CPython. We also showcase LPython's performance against its competitors such as Numba and C++ via several benchmarks.
1717

18-
![LCompilers-Diagram](https://hackmd.io/_uploads/rJFejQpc3.png)
18+
![LCompilers-Diagram](images/lcompilers_diagram.png)
1919

2020

2121
## Features of LPython
@@ -1520,8 +1520,7 @@ def plot_graph(x, y1, y2, y3):
15201520
(lp) 23:10:44:~/lpython_project % # Works see the graph below
15211521
```
15221522

1523-
<!-- ![Output graph](https://hackmd.io/_uploads/H1GHcE3q2.png) -->
1524-
![Output graph](https://hackmd.io/_uploads/r1yOs6292.png)
1523+
![Output graph](images/graph.png)
15251524

15261525
**Visualization using Matplotlib: Mandelbrot Set**
15271526

@@ -1619,10 +1618,10 @@ $ lpython main.py --backend=c --link-numpy
16191618
Done.
16201619
```
16211620

1622-
![mandelbrot-set-gray](https://hackmd.io/_uploads/r1h-wCpch.png)
1621+
![mandelbrot-set-gray](images/gray.png)
16231622

16241623

1625-
![mandelbrot-set-color](https://hackmd.io/_uploads/ByXPEATqn.png)
1624+
![mandelbrot-set-color](images/color.png)
16261625

16271626

16281627
## Conclusion

0 commit comments

Comments
 (0)