Skip to content

Commit ee2f40c

Browse files
Add images
1 parent ef798d9 commit ee2f40c

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
@@ -981,8 +981,7 @@ def plot_graph(x, y1, y2, y3):
981981
(lp) 23:10:44:~/lpython_project % # Works see the graph below
982982
```
983983

984-
<!-- ![Output graph](https://hackmd.io/_uploads/H1GHcE3q2.png) -->
985-
![Output graph](https://hackmd.io/_uploads/r1yOs6292.png)
984+
![Output graph](images/graph.png)
986985

987986
**Visualization using Matplotlib: Mandelbrot Set**
988987

@@ -1080,10 +1079,10 @@ $ lpython main.py --backend=c --link-numpy
10801079
Done.
10811080
```
10821081

1083-
![mandelbrot-set-gray](https://hackmd.io/_uploads/r1h-wCpch.png)
1082+
![mandelbrot-set-gray](images/gray.png)
10841083

10851084

1086-
![mandelbrot-set-color](https://hackmd.io/_uploads/ByXPEATqn.png)
1085+
![mandelbrot-set-color](images/color.png)
10871086

10881087

10891088
## Conclusion

0 commit comments

Comments
 (0)