TweetFollow Us on Twitter

STSC APL*PLUS
Volume Number:3
Issue Number:12
Column Tag:APL Vectors

APL Returns to the Mac

By S. Allyn Weaks, Contributing Editor, Seattle, WA

STSC APL*PLUS, Other APLs, and Some Utilities

Nearly two years of being distracted is a record even for me, but I’ve started in on APL again, and with some luck maybe I can keep it up for a while this time. A lot has happened in the last few months - there are now four different APLs for the Mac, three commercial and one shareware. PortaAPL has become STSC APL*PLUS, APL.68000 has finally been released, MacAPL is available for those on a budget, and a shareware APL from France, APL 90+ has turned up. This month I’ll give brief descriptions of each them, with detailed coverage of STSC APL, which I’ve used the most.

• APL.68000 ($295, Spencer Organization, Inc., 366 Kinderkamack Road, P.O. Box 248, Westwood, NJ 07675, (201) 666-6011 ) is competing directly with STSC as a full powered language with at least some access to the Mac toolbox. Unfortunately I haven’t been able to see it, and since it has a $295 list price I can’t afford to buy it just for fun. But the rumors on the net are that it’s fast since it’s written in assembly, and solid. It follows the ISO standard except for the file functions- they use some made up symbols instead of the usual quad functions ( FTIE, FCREATE), which not only makes programs harder to read, but complicates porting programs in both directions. They get into more of the Mac toolbox than APL*PLUS does, real windows and dialogs for example. I’ll try to get a good look at it soon so I can give you more information.

• MacAPL ($125, Leptonic Systems Co., 405 Tarrytown Rd. #145, White Plains, NY 10607 ) is a relative newcomer, written by Michael C. O’Conner, author of Layout Editor. It doesn’t yet support the entire language, and it doesn’t access the toolbox, but it has some very nice features. It provides a run-time system, so you can distribute stand-alone applications, and it has the nicest user interface of the lot. You can open more than one workspace at a time and the editor is done properly. There is a function to put text and pictures into the clipboard. A demo version that can do everything but save a workspace is available on Compuserve, Delphi, and in many public domain libraries. I was surprised at how fast it was - it did my harmonic benchmark (+/÷´10000) in 23 seconds. It’s well worth getting hold of a copy of the demo just to get a little of the flavor of APL.

• APL 90 ($85 shareware, SYNC, 12 Place Hotel de Ville, 42000 Saint-Etienne France) is a straight APL from France. It is ported from a mainframe APL written in C at the Ecole des Mines de Saint-Etienne by Jean-Jacques Girardot, François Mireaux and Sega Sako, and is full APL, conforming to the ISO standard. It has a few Mac features, including a row of buttons along the bottom of the screen to change keyboard (ASCII vs. APL), debugging (NONE, TRACE, Macsbug) and to show the time and cursor position. Unfortunately there isn’t a full-screen editor; you have to use the standard clumsy APL del-editor. If you’re interested in doing number crunching and don’t care much about immediate access to the toolbox, this is a good one to look at. Girardot plans to add APL2 features (including nested arrays, ambivalent functions, machine language functions, as well as some object-oriented extensions) by the end of the year. Since APL 90 comes from France, it has a few keyboard problems - they very kindly put in a UK keyboard option, but not a US option. I haven’t bothered to patch the keyboard resources for my copy yet, since I don’t use it regularly, but it shouldn’t be hard to do. One warning - the 1.0e version that I have is incompatible with System 4.1.

• STSC APL*PLUS ($395, STSC Inc., 2115 East Jefferson St., Rockville, MD 20852) is the new name for PortaAPL. PortaAPL still lives as a company, but has licensed it’s Mac APL to STSC. PortaAPL still does all of the programming, and is bringing the interpreter into line with STSC’s other APLs for IBM-PCs and mainframes, while STSC handles documentation, marketing, support, and utility libraries.

The package you get contains a 200 page User’s Guide, 300 page Reference Manual, an APL tutorial (APL is Easy), key stickers to help you learn the keyboard layout, and two disks, one with the interpreter and the other with several utility workspaces. Price is $395 list, with educational discounts. The license agreement is the standard ‘We have all of the rights, you have all of the responsibilities’ variety. Registration entitles you to ‘free’ telephone support (but it’s not a toll-free phone number), and a quarterly newsletter. The phone support has been mostly helpful. They are very good at answering APL questions, but have more trouble with Mac specific problems. The people I’ve talked to have all been IBM-PC types.

The documentation is basically OK. The books are well laid out and easy to read. The Reference Manual has an excellent APL language summary that I wish I’d had available when I was first starting, and the User’s Guide can easily be read through in a couple of sittings to get an overview of the system. The organization isn’t great though. They went to some effort to not duplicate any information, and the indices aren’t complete. You have to go from one book to another a lot to find out enough about some things to use them. And some topics are just plain hard to find; for example, the SFOPEN and SFSAVE functions for invoking the Standard File package aren’t anywhere under ‘files’, but are listed under ‘dialogs’ - an obvious confusion on their part about what dialogs actually are. All of the appendices in the User’s Guide (the atomic vector, error messages, system limits) really should have been in the Reference Manual. The level of explanation is somewhat uneven as well. There is gory detail about what a file is, but you’re expected to already know about forks and resources. Even the name of the program is confusing at times - they refer to the STSC APL*PLUS System file often, and they mean the interpreter, not the Mac System file.

The tutorial book APL is Easy isn’t very useful. I found the tone of it to be patronizing, and almost every example is business related. (My brain clicks off whenever I see words like ‘amortization’ and ‘sales’.) It is written for the IBM-PC version of APL*PLUS, with a page or so of corrections for the Mac, and the highlighting of text that you should type in is distracting. Buy a copy of Gilman and Rose instead (APL: An Interactive Approach, Leonard Gilman and Allen J. Rose, John Wiley & Sons, ISBN 0-471-09304-1). They have business examples too, but they throw in enough math and computer science to keep it interesting.

The Mac interface is a little better than before, as is the editor. The full screen editor now has a horizontal scroll bar for long lines, and you can cut and paste more than one line at a time. There is no search function, so changing a variable name can be tedious. Cursor placement is tricky; if you click once between characters, the character to the left is highlighted, and I mangled a lot of text by typing too fast until I learned to click on the letter to the right. Double-clicking doesn’t select a word as it should, either. The scroll bars are present in the main interpreter window even though they aren’t active, and you can’t make them go away. They reduce the useful area of the screen, and look untidy when doing graphics. You can still only cut and paste one line in the main window.

The font is better (it no longer conflicts with San Francisco), but isn’t perfect. There are three sets of APL fonts (narrow, wide, and italic) and a downloadable Laser font, but since each family has the same ID numbers, you can’t have them all installed at once. You have to use the Config workspace functions to change the default family and size, and the change doesn’t take effect until the next time you load the interpreter. The font size you choose affects allowable values for the WINDOW function, which causes programming problems. Worse, if you install the font in your system file so that you can edit stuff in MacWrite, etc. the keys you need to get the APL characters are wildly different from what you use in APL. Why they couldn’t arrange things to be consistent is beyond me. I’d fix it with a font editor, but that would complicate transferring files to friends.

Toolbox access hasn’t changed appreciably from the older PortaAPL version. Quickdraw, menus, mouse functions and some resource functions are still there as utility workspaces. What STSC refers to as a ‘window’ is more appropriate to an IBM computer - just a restricted region of the screen.

The keyboard layout is very nice. You can choose between a standard APL layout, and the ‘unified’ arrangement, in which the APL characters are typed in with the option key. Lowercase is supported for object names, which is a great improvement over the standard underscored characters.

Mainframe versions of APL*PLUS have many of the APL2 extensions (newer editions of Gilman and Rose cover APL 2 and other common extensions of APL), and I had been particularly hoping for nested arrays. But nested arrays are memory hogs, and STSC is trying to keep the microcomputer versions as compatible as possible. Intel processors just couldn’t handle the load until recently with the ‘386, so we’ll have to wait for awhile. Nested array are on the list though, so with luck we may have them before too long. They do provide dyadic up- and down-grade, which makes alphabetizing in any order you chose extremely easy, and a few other APL2 functions.

The stability of APL*PLUS is pretty good. If you ever use desk accessories, you should set the HEAP_SPACE value with the Config program to at least 100k. I had some crashes until I figured out that APL allocates as much memory as possible into one big non-relocatable block in order to handle large arrays. HEAP_SPACE tells APL how much memory to leave free for the system, printer divers, and desk accessories. The default value is set to only 40k, which is barely enough for the laser printer driver or small DAs. On a Mac Plus, 100k is a good value; on a 512k machine, 70k is a reasonable compromise that still gives you a 180k workspace.

Of the three bugs I’ve found, one is minor; the SOUND function timing is from 20% to 80% too long, and the variation is random. This makes music programming impossible, but the control SOUND allows (pitch, volume and duration, and only one voice) is too limited for real music anyway. The other two are more serious. One is a SFSAVE problem. If you try to create a file that already exists, the ‘Do you want to replace?’ dialog comes up normally, but NCREATE will refuse to create the file, giving an filename error. This can be worked around by trapping the error, deleting the old file, then continuing on, as I do in the utility functions below. The third bug is the most serious: NTYPE, which gives a file type and creator to a Mac file, crashes the system randomly. It crashes much less often (about half the time instead of 90% of the time) if TRACE is turned on. STSC knows about the bug, and it should be fixed in the next version. Meanwhile, there is no workaround; you must use a utility such as Disktop, or FileInfo to manually set the type and creator.

Overall, I like APL*PLUS. The Mac interface needs a lot of work, and I have a list of quibbles, but it’s useful and fun, and mostly works as advertised. The support is good, and I think that new versions will fix the problems and add more goodies (nested arrays, please!!) [Note: APL*PLUS does not work on a Mac II, although it is rumored a beta Mac II version is in the works. STSC readily admits all their effort and interest right now is on the IBM version, which is up to version 7.0, as opposed to the Mac product, which has never left 1.0!-Ed]

Text Utilities

On to a few utilities that I wrote to help with getting information into and out of APL*PLUS. These are useful for including APL functions in a text file (like this article, oddly enough) without having to retype everything. It’s possible to do this via the clipboard, but I don’t care for the extra time it takes. Also, by reading and writing directly to a file, you can handle larger objects without running out of heap space. A note on one of my conventions - since lower case is now allowed in identifier names, I have used lower case exclusively for any global function name or variable. This makes it much easier to pick out my stuff from the utilities and routines that STSC provide, and that you have to leave lying around in the workspace to get anything done. And since everything except system functions are case sensitive, I don’t need to worry about accidentally using one of their names.

The first, lister, is based on the APL*PLUS LISTER program which dumps a workspace to the screen. I’ve changed it to dump to a file instead. It ignores all locked functions completely, and the format for the listing of variables is different. All of the local variables in the function end with a double underscore. Since local variables and functions are ignored by IDLIST (at least before you actually use a local variable), I wanted variable names that wouldn’t shadow global variables. (Note that since lister itself is declared local, it will not dump itself to the file.) I’m unlikely to use the double underscores under other circumstances, so lister should see everything in the workspace. “lister” shows up one of the big problems I’ve found with APL. Redirecting I/O can be a real pain compared to Fortran. I haven’t yet found an easy way to say ‘send stuff to a file instead of the screen until I say otherwise.’ If you write a numeric variable to a file, it’s sent as binary unless you explicitly tell it to be text by using the format (“) function.

Another complication is that since APL*PLUS is written in C, it uses newlines (line-feeds, TCNL) instead of the usual carriage returns ( TCCR) at the end of lines. This is assuming that there are any end of line markers at all - character vectors often have them, character matrices usually don’t. My solution is to first find all newlines and change them to returns, then if the variable is a matrix, I append returns to the end of each row. I have a separate function replace_char to change any character into another that makes the substitution easy.

“lister” first finds an unused file tie number, then calls SFSAVE to get a file name. If cancel is selected, filename__ will be an empty vector, and lister will exit. If an existing file name is chosen, you have to try to create the file, trap the resulting error, then delete the old file yourself. After you have a valid file name, just call NCREATE again and continue on.

To list the functions, I use VR, the visual representation. This produces a character vector with line feeds, and gives the line numbers. If you don’t want line numbers, you can use CR, the canonical representation instead; it’s a character matrix, and you’ll need to append carriage returns to each row. Variables are listed with the data type, then the variable name, and if it isn’t a scalar, the shape. The data itself comes on the following lines, one row per line for dimensions higher than one.

“replace_char” is a general character replacement filter, and is a nice example of the membership (©) and compress (/) functions, and indexing. The right argument is a character vector whose first element is the character to be replaced by the second element. Anything else in the vector is ignored. Line 9 creates a boolean vector (loc) with ones at every occurrence of cv[1]. ´Þ/shape creates a vector of 1 2 ... N, where N is the number of elements in the object. Multiplying by loc selects out the values that contain cv[1], and loc / compresses out the zeroes. “loc” can now be used as the array index for text. There is one problem with this algorithm: it uses a lot of memory. Iota uses 4 times as much memory as the text it’s working on. On a Mac+ this isn’t too bad - in an empty workspace I can easily work with a 100k character vector.

The next two functions let you transport character data into and out of APL without having to use the clipboard. “text_file” takes a character vector or matrix, converts newlines to returns, then writes it to a file. “file_text” reads a text file into a character vector, converting returns into newlines. This makes it convenient to write up help screens in Mockwrite, or any other editor instead of the marginal built in editor. Character vectors take up less space than matrices as they don’t have to pad out to the end of each line, but character matrices are often easier to manipulate. Note the check for available memory before actually reading the file - since file_text calls replace_char, you need to allow for the additional memory it needs.

Fig. 1 PlotDemo in APL

APL BBS

As an end note, some news about a BBS for APL users. BBS\APL (1-301-340-6296) is free (except for phone bills!). Now it’s oriented mostly towards IBM-PC users, but I’m sure we can change that. The BBS is run by Murray Spencer in Gaithersburg MD, and is a rats nest to navigate around, but there are plenty of special interest groups, including specific APL systems, Amiga, and academic, so it shouldn’t be hard to get them to support Macs. Give them a call and let them know that the IBM-PC is on the way out!

 ™ text   file_text ;tie ;name ;size
[1]   ’  imports a text file to a character vector, converts CR to LF
[2]   ’  uses  replace_char 
[3]   
[4]   tie   ( ® / 0, NNUMS ) - 1                                ’  get 
unused tie number
[5]   name    SFOPEN 'TEXT'                ’  get filename
[6]   ‚ ( name  '' ) / 0                  ’  exit if empty filename 
(cancel)
[7]   name  NTIE tie                       ’  open file
[8]   size    NSIZE tie                    ’  find out how big it is
[9]   ‚ ( size    WA ÷ 6 ) / MEMORY        ’  if too big, go to MEMORY
[10]  text    NREAD tie, 82, size, 0       ’  read in the whole file
[11]  text   text replace_char  TCCR, TCNL ’  convert CR to LF
[12]   NUNTIE tie                          ’  close file
[13]  EXIT: ‚ 0                            ’  exit
[14]  MEMORY:
[15]     'Not enough memory to read this file'   ’  print message to 
screen
[16]   NUNTIE tie                                ’  close file
     ™


     ™ lister ;fns__ ;var__ ;text__ ;x__ ;lister ;tie__ ;name__ ;type__ 
; ELX
[1]   ’  list all function and variable names and definitions to a file
[2]   ’  uses  replace_char
[3]   
[4]    ELX   ' ‚ ERR '               ’  trap errors
[5]   
[6]   var__    IDLIST 2              ’  get list of variables
[7]   fns__    IDLIST 1              ’  get list of functions
[8]   
[9]   name__   'Save as ...'  SFSAVE 'Listing'     ’  get file name  

[10]  ‚ ( name__ Â '' ) / EXIT       ’  exit if empty filename  (Cancel)
[11]  tie__   ( ® / 0, NNUMS ) - 1   ’  get an unused tie number
[12]  
[13]  CREATE:  
[14]  name__  NCREATE tie__          ’  create file
[15]  ’ 'QED1TEXT'  NTYPE  tie__     ’  assign file creator and type
[16]                                 ’  (commented out until  NTYPE is 
fixed)
[17]  
[18]  
[19]      ‚ (0 © µ fns__ ) / L4                       ’  If no FNS, skip 
to VARS   
[20]  L1: ‚ (0 = µ text__    VR fns__[ IO;]) / L3     ’  If locked fn, 
skip it  
[21]        text__   text__ replace_char  TCNL, TCCR  ’  replace LF with 
CR
[22]  L2:   ( text__, TCCR )   NAPPEND  tie__         ’  output function 
to file
[23]  L3: ‚ (~ 0 © µ fns__   1 0   fns__) / L1        ’  drop first name 
from list
[24]  L4: ‚ (0 © µ var__) / L7                        ’  If no variables, 
last line
[25]  L5:   text__   (text__   ' ') / text__   var__[ IO;]  ’  remove 
spaces
[26]        x__     text__                             ’  get data for 
object
[27]          ’ make ID line of type:  [INT]  variable_name   2 4 34 
µ
[28]        type__   '[',(,(11 82 323 645 = DR x__)Ÿ 4 3 µ'BITCHRINTFLT'),'] 
'
[29]        text__   type__,text__
[30]        (text__,'    ',((0   µµ x__) / (“µx__),'µ'), TCCR)  NAPPEND 
tie__ 
[31]        ((“ x__) ,  TCCR)   NAPPEND  tie__        ’  write object 
to file 
[32]  L6: ‚ (~0 © µ var__   1 0   var__) / L5         ’  see if there’s 
more to do
[33]  L7:    NUNTIE tie__                             ’  close file and 
quit   
[34]  EXIT:  ‚ 0    
[35]  ERR:          ’  check for file name error  
[36]      ‚ (‘FILE NAME ERROR’   15 ª  DM) / OTHER_ERR  
[37]        name__  NTIE tie__                        ’  open file
[38]        name__  NERASE tie__                      ’  delete file 

[39]        ‚ CREATE                              
[40]  OTHER_ERR:    ’  displays error message and quits for any other 
error
[41]       DM 
     ™


     ™ t   text replace_char  cv ;loc ;shape
[1]   ’  a filter to replace all occurrences of one character with another
[2]   ’  text   can be either a vector or a matrix of any shape
[3]   ’  cv[2]  character to replace cv[1] 
[4]   ’  t      returned with the same shape as the original text 
[5]   ’  Warning:  uses a lot of memory!  (4 times as much as text takes 
up)
[6]   
[7]   shape   µ text                   ’  remember the original shape
[8]   text   ,text                     ’  ravel text to a vector
[9]   loc   text © cv[1]               ’  find all occurrences of cv[1]
[10]  loc   loc / loc Þ ´ Þ/shape      ’  create list of positions of 
cv[1]
[11]  text[loc]   cv[2]                ’  do the replacement
[12]  t   shape µ text                 ’  return value reshaped to original
     ™


     ™ text_file text ;name__ ;tie__ ; ELX
[1]   ’  writes a character vector or matrix to a file, converting LF 
to CR
[2]   ’  a character matrix gets a CR added to the end of each row
[3]   ’  text can be any shape 
[4]   ’  uses  replace_char
[5]   
[6]    ELX   ' ‚ ERR '                      ’  error handler
[7]   tie__   ( ® / 0, NNUMS ) - 1          ’  get unused file tie number
[8]   name__   'Save text as ...’   SFSAVE  'Text'      get filename
[9]   ‚ ( name__ Â '' ) / EXIT              ’  exit if empty filename 
(cancel)
[10]  CREATE:
[11]  name__  NCREATE tie__                 ’  create file 
[12]  ’ 'QED1TEXT'  NTYPE tie__             ’  give it a creator and 
type
[13]  
[14]  text   text replace_char  TCNL, TCCR  ’  convert LF to CR
[15]  ‚ ( (µµ text) ¾  1 ) / L1             ’  if it a vector, skip next 
line
[16]    text   text , (µ text)[1] µ  TCCR   ’  append a CR to every row
[17]  L1:
[18]  (text, TCCR)  NAPPEND tie__           ’  write text to file
[19]   NUNTIE tie__                         ’  close file
[20]  EXIT: ‚ 0                             ’  exit
[21]  ERR:       ’  handle error to replace old file
[22]      ‚ ( 'FILE NAME ERROR'   15 ª  DM ) /  OTHER_ERR
[23]        name__  NTIE tie__
[24]        name__  NERASE tie__
[25]        ‚ CREATE
[26]  OTHER_ERR:
[27]       DM 
     ™

Fig. 2 Draw demo in APL

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Go from lowly lizard to wicked Wyvern in...
Do you like questing, and do you like dragons? If not then boy is this not the announcement for you, as Loongcheer Game has unveiled Quest Dragon: Idle Mobile Game. Yes, it is amazing Square Enix hasn’t sued them for copyright infringement, but... | Read more »
Aether Gazer unveils Chapter 16 of its m...
After a bit of maintenance, Aether Gazer has released Chapter 16 of its main storyline, titled Night Parade of the Beasts. This big update brings a new character, a special outfit, some special limited-time events, and, of course, an engaging... | Read more »
Challenge those pesky wyverns to a dance...
After recently having you do battle against your foes by wildly flailing Hello Kitty and friends at them, GungHo Online has whipped out another surprising collaboration for Puzzle & Dragons. It is now time to beat your opponents by cha-cha... | Read more »
Pack a magnifying glass and practice you...
Somehow it has already been a year since Torchlight: Infinite launched, and XD Games is celebrating by blending in what sounds like a truly fantastic new update. Fans of Cthulhu rejoice, as Whispering Mist brings some horror elements, and tests... | Read more »
Summon your guild and prepare for war in...
Netmarble is making some pretty big moves with their latest update for Seven Knights Idle Adventure, with a bunch of interesting additions. Two new heroes enter the battle, there are events and bosses abound, and perhaps most interesting, a huge... | Read more »
Make the passage of time your plaything...
While some of us are still waiting for a chance to get our hands on Ash Prime - yes, don’t remind me I could currently buy him this month I’m barely hanging on - Digital Extremes has announced its next anticipated Prime Form for Warframe. Starting... | Read more »
If you can find it and fit through the d...
The holy trinity of amazing company names have come together, to release their equally amazing and adorable mobile game, Hamster Inn. Published by HyperBeard Games, and co-developed by Mum Not Proud and Little Sasquatch Studios, it's time to... | Read more »
Amikin Survival opens for pre-orders on...
Join me on the wonderful trip down the inspiration rabbit hole; much as Palworld seemingly “borrowed” many aspects from the hit Pokemon franchise, it is time for the heavily armed animal survival to also spawn some illegitimate children as Helio... | Read more »
PUBG Mobile teams up with global phenome...
Since launching in 2019, SpyxFamily has exploded to damn near catastrophic popularity, so it was only a matter of time before a mobile game snapped up a collaboration. Enter PUBG Mobile. Until May 12th, players will be able to collect a host of... | Read more »
Embark into the frozen tundra of certain...
Chucklefish, developers of hit action-adventure sandbox game Starbound and owner of one of the cutest logos in gaming, has released their roguelike deck-builder Wildfrost. Created alongside developers Gaziter and Deadpan Games, Wildfrost will... | Read more »

Price Scanner via MacPrices.net

13-inch M2 MacBook Airs in stock today at App...
Apple has 13″ M2 MacBook Airs available for only $849 today in their Certified Refurbished store. These are the cheapest M2-powered MacBooks for sale at Apple. Apple’s one-year warranty is included,... Read more
New today at Apple: Series 9 Watches availabl...
Apple is now offering Certified Refurbished Apple Watch Series 9 models on their online store for up to $80 off MSRP, starting at $339. Each Watch includes Apple’s standard one-year warranty, a new... Read more
The latest Apple iPhone deals from wireless c...
We’ve updated our iPhone Price Tracker with the latest carrier deals on Apple’s iPhone 15 family of smartphones as well as previous models including the iPhone 14, 13, 12, 11, and SE. Use our price... Read more
Boost Mobile will sell you an iPhone 11 for $...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering an iPhone 11 for $149.99 when purchased with their $40 Unlimited service plan (12GB of premium data). No trade-in is required... Read more
Free iPhone 15 plus Unlimited service for $60...
Boost Infinite, part of MVNO Boost Mobile using AT&T and T-Mobile’s networks, is offering a free 128GB iPhone 15 for $60 per month including their Unlimited service plan (30GB of premium data).... Read more
$300 off any new iPhone with service at Red P...
Red Pocket Mobile has new Apple iPhones on sale for $300 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Clearance 13-inch M1 MacBook Airs available a...
Apple has clearance 13″ M1 MacBook Airs, Certified Refurbished, available for $759 for 8-Core CPU/7-Core GPU/256GB models and $929 for 8-Core CPU/8-Core GPU/512GB models. Apple’s one-year warranty is... Read more
Updated Apple MacBook Price Trackers
Our Apple award-winning MacBook Price Trackers are continually updated with the latest information on prices, bundles, and availability for 16″ and 14″ MacBook Pros along with 13″ and 15″ MacBook... Read more
Every model of Apple’s 13-inch M3 MacBook Air...
Best Buy has Apple 13″ MacBook Airs with M3 CPUs in stock and on sale today for $100 off MSRP. Prices start at $999. Their prices are the lowest currently available for new 13″ M3 MacBook Airs among... Read more
Sunday Sale: Apple iPad Magic Keyboards for 1...
Walmart has Apple Magic Keyboards for 12.9″ iPad Pros, in Black, on sale for $150 off MSRP on their online store. Sale price for online orders only, in-store price may vary. Order online and choose... Read more

Jobs Board

Solutions Engineer - *Apple* - SHI (United...
**Job Summary** An Apple Solution Engineer's primary role is tosupport SHI customers in their efforts to select, deploy, and manage Apple operating systems and Read more
DMR Technician - *Apple* /iOS Systems - Haml...
…relevant point-of-need technology self-help aids are available as appropriate. ** Apple Systems Administration** **:** Develops solutions for supporting, deploying, Read more
Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.