update roadmap
parent
7a8e7b4db8
commit
06a7954298
|
@ -36,9 +36,8 @@
|
||||||
- ui demo: calculator
|
- ui demo: calculator
|
||||||
- declarative ui with hot reload (similar to swiftui)
|
- declarative ui with hot reload (similar to swiftui)
|
||||||
- "building a simple blog with vweb" tutorial + youtube video
|
- "building a simple blog with vweb" tutorial + youtube video
|
||||||
- new playground with a v compiler running in the browser
|
+ fix interfaces
|
||||||
- fix interfaces
|
|
||||||
- merge v.c and v_win.c
|
- merge v.c and v_win.c
|
||||||
- fast.vlang.io
|
+ fast.vlang.io
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ td {
|
||||||
<body>
|
<body>
|
||||||
<h2>Is V still fast?</h2>
|
<h2>Is V still fast?</h2>
|
||||||
|
|
||||||
Monitoring the speed of the compilation for each commit. <br><br>
|
Monitoring compilation speed for each commit. <br><br>
|
||||||
Running on a $3.5/mo micro instance. <br><br>
|
Running on a $3.5 instance. <br><br>
|
||||||
Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/fast/fast.v'>fast.v</a> <br><br>
|
Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/fast/fast.v'>fast.v</a> <br><br>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in New Issue