-
Notifications
You must be signed in to change notification settings - Fork 0
/
roadmap.html
42 lines (36 loc) · 1.39 KB
/
roadmap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roadmap</title>
<link rel="stylesheet" href="https://stackedit.io/style.css" />
</head>
<body class="stackedit">
<div class="stackedit__left">
<div class="stackedit__toc">
<ul>
<li><a href="#roadmap">Roadmap</a>
<ul>
<li><a href="#language-objectives">Language Objectives</a></li>
<li><a href="#community-organization">Community Organization</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="stackedit__right">
<div class="stackedit__html">
<h1 id="roadmap">Roadmap</h1>
<p>This roadmap is the conclusion of it was hosting Stack Programming Community 1st Conference when March 16, 2024.</p>
<h2 id="language-objectives">Language Objectives</h2>
<p>We decided Stack aims for convenient shell script language.<br>
Plan is to enhance and increase many convenient commands as shell script.<br>
For example, file processing, get computer system data, and web scraping, etc.</p>
<p>And, we decided to implement the Stack object-oriented system like a Common-Lisp’s one. That’s Stack become can handle user-defined data structure.</p>
<h2 id="community-organization">Community Organization</h2>
<p>We decided to presentation the Stack at many events of technical and academical to spread to the world.</p>
</div>
</div>
</body>
</html>