Changes between Version 1 and Version 2 of ProjectPeblPage


Ignore:
Timestamp:
09/28/17 14:31:35 (7 years ago)
Author:
Chichakovska Katerina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPeblPage

    v1 v2  
    44**Description:**
    55
     6PEBL (Psychology Experiment Building Language) is a new programming language developed especially for building psychology experiments involving human participants interacting with a computer. It is free psychology software for creating experiments which allows you to design your own experiments or use ready-made ones and lets you exchange experiments. 
     7Development and design of PEBL began in 2002. An initial limited release of PEBL 0.1 was made in 2003, with the first public release to the Sourceforge.net servers in January 2004.
     8PEBL is designed to be easily used on multiple computing platforms. Its current implementation uses the SDL as its implementation platform, which is also a cross-platform library that compiles natively under Win32, Linux, and Macintosh Operating Systems.
     9PEBL is programmed primarily in C++, but also uses flex and bison to handle parsing.
     10PEBL is designed to be an open system, and is licensedunder the GNU Public License 2.0. This allows users to freelyinstall the software on as many computers as they wish, to sharetheir experiments with others without worrying about licenses,to distribute working experiments to other researchers or remote subjects without requiring special hardware locks, and to examineand improve the system itself when it does not suit one’s needs.
     11
     12
    613**URL:** ​
    714
     15[1] http://pebl.sourceforge.net/
     16
     17[2] http://obereed.net/docs/MuellerSCIP2004.pdf
     18
     19[3] https://sourceforge.net/projects/pebl/
     20
     21[4] https://www.researchgate.net/publication/258853238_The_psychology_experiment_building_language_PEBL_and_PEBL_test_battery
     22
     23[5] http://www.superiorideas.org/projects/open-source-psychology-software
    824
    925== **Project Anatomy**==
     
    4864**Licensing**
    4965
     66GNU Public License 2.0
     67
    5068**Language**
    5169