forked from ferestrepoca/paradigmas-de-programacion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (86 loc) · 5.53 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Paradigmas de programación : Paradigmas de programación UNAL">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Paradigmas de programación</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/ferestrepoca/paradigmas-de-programacion">View on GitHub</a>
<h1 id="project_title">Paradigmas de programación</h1>
<h2 id="project_tagline">Paradigmas de programación UNAL</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/ferestrepoca/paradigmas-de-programacion/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/ferestrepoca/paradigmas-de-programacion/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a id="paradigmas-de-programación" class="anchor" href="#paradigmas-de-programaci%C3%B3n" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Paradigmas de programación</h2>
<p>Este sitio está dedicado a presentar diferentes <strong>paradigmas de programación</strong> y algunos tutoriales de los <strong>lenguajes de programación</strong> más representativos de cada paradigma. </p>
<p>Los colaboradores que han hecho posible este sitio son los estudiantes de la asignatura <a href="https://sites.google.com/a/unal.edu.co/lenguajes-de-programacion-2016-1/">Lenguajes de Programación</a> en la <a href="http://unal.edu.co/">Universidad Nacional de Colombia</a> - Sede Bogotá.</p>
<h4>
<a id="programación-orientada-a-objetos" class="anchor" href="./poo/poo_teoria/index.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link">
</span>
Programación Orientada a objetos
</a>
</h4>
<h6>
<a id="objective-c" class="anchor" href="./poo/tutoriales/Objective-C/objective-c.html" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Objective-C</a></h6>
<h6>
<a id="swift" class="anchor" href="./poo/tutoriales/swift/index.html" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Swift</a></h6>
<h4>
<a id="programación-funcional" class="anchor" href="http://nbviewer.jupyter.org/url/ferestrepoca.github.io/paradigmas-de-programacion/progfun/funcional_teoria/Programacion-Funcional.ipynb" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Programación Funcional</a></h4>
<h6>
<a id="clojure" class="anchor" href="./progfun/tutoriales/Clojure/Clojure.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Clojure</a>
</h6>
<h6>
<a id="haskell" class="anchor" href="./progfun/tutoriales/Haskell/Haskell.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Haskell</a>
</h6>
<h4>
<a id="programación-lógica" class="anchor" href="http://nbviewer.jupyter.org/url/ferestrepoca.github.io/paradigmas-de-programacion/proglogica/logica_teoria/Programacion-logica.ipynb" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Programación Lógica</a></h1>
<h6>
<a id="prolog" class="anchor" href="./proglogica/tutoriales/prolog-gh-pages/index.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Prolog</a>
</h6>
<h4>
<a id="programación-paralela" class="anchor" href="./paralela/paralela_teoria/prog_par.html" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Programación Paralela</a></h4>
<h6>
<a id="julia" class="anchor" href="./paralela/tutoriales/julia/index.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Julia</a>
</h6>
<h4>
<a id="programación-concurrente" class="anchor" href="./progconcurrente/concurrente_teoria/index.html" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Programación Concurrente</a></h4>
<h6>
<a id="erlang" class="anchor" href="http://nbviewer.jupyter.org/url/ferestrepoca.github.io/paradigmas-de-programacion/progconcurrente/tutoriales/erlang/Tutorial-Erlang-4.ipynb" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>Erlang</a>
</h6>
<h4>
<a id="programación-orientada-a-aspectos" class="anchor" href="poa/poa_teoria/index.html" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span>Programación Orientada a Aspectos</a></h4>
<h6>
<a id="aspectj" class="anchor" href="./poa/tutoriales/aspectJ/index.html" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span>AspectJ</a>
</h6>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Paradigmas de programación maintained by <a href="https://github.com/ferestrepoca">ferestrepoca</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>